Skip to content

Commit 59436b1

Browse files
authored
Merge pull request #2 from dacharyc/test-javascript-workflow
Test JavaScript Atlas Workflow
2 parents 194d497 + 4a8d150 commit 59436b1

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)