Skip to content

Commit 57c49c0

Browse files
committed
Fix
1 parent c546f24 commit 57c49c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/code-snippets/authentication/aws-custom-credentials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
{
15-
// start-custom-credentials-function
15+
// start-custom-credentials-function
1616
const { MongoClient } = require('mongodb');
1717

1818
const client = new MongoClient('<cluster_url>?authMechanism=MONGODB-AWS', {

0 commit comments

Comments
 (0)