Skip to content

Commit 7f3b59c

Browse files
stephmarie17github-actions[bot]
authored andcommitted
DOCSP-49360 Remove extra comma in X509 code example (#605)
(cherry picked from commit a878405)
1 parent 0cb7482 commit 7f3b59c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

source/fundamentals/authentication/x509.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ see the corresponding syntax:
121121
},
122122
UseTls = true,
123123
Server = new MongoServerAddress("<hostname>"[, "<port>"]),
124-
Scheme = ConnectionStringScheme.MongoDBPlusSrv, // Needed when connecting to MongoDB Atlas
124+
Scheme = ConnectionStringScheme.MongoDBPlusSrv // Needed when connecting to MongoDB Atlas
125125
};
126126

127127
Troubleshooting

0 commit comments

Comments
 (0)