Skip to content

Commit f8759fa

Browse files
committed
edit
1 parent 4bc9a53 commit f8759fa

File tree

1 file changed

+1
-1
lines changed
  • source/fundamentals/authentication

1 file changed

+1
-1
lines changed

source/fundamentals/authentication/x509.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ see the corresponding syntax:
119119
},
120120
UseTls = true,
121121
Server = new MongoServerAddress("<hostname>"[, "<port>"]),
122-
Scheme = ConnectionStringScheme.MongoDBPlusSrv // Needed when connecting to MongoDB Atlas
122+
Scheme = ConnectionStringScheme.MongoDBPlusSrv, // Needed when connecting to MongoDB Atlas
123123
};
124124

125125
Troubleshooting

0 commit comments

Comments
 (0)