Skip to content

Commit 4a8d150

Browse files
committed
Trigger workflow run
1 parent 0ce2ab0 commit 4a8d150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/examples/indexes/create-index-basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { MongoClient } from 'mongodb';
88

99
export async function createIndexBasic() {
10-
// connect to your Atlas deployment
10+
// connect to the Atlas deployment
1111
const uri = process.env.ATLAS_CONNECTION_STRING;
1212
const client = new MongoClient(uri);
1313
try {

0 commit comments

Comments
 (0)