Skip to content

Commit 43cc163

Browse files
author
Chris Cho
authored
DOCSP-13901: correct missed update (#132)
1 parent 281720f commit 43cc163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage-examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ with your instance of MongoDB:
5353

5454
// Replace the following with your MongoDB deployment's connection string.
5555
const uri =
56-
"mongodb+srv://<user>:<password>@<cluster-url>?retryWrites=true&w=majority";
56+
"mongodb+srv://<user>:<password>@<cluster-url>?retryWrites=true&writeConcern=majority";
5757

5858
You can use the :guides:`Atlas Connectivity Guide
5959
</cloud/connectionstring/>` to enable connectivity to your instance of

0 commit comments

Comments
 (0)