Skip to content

Commit a878405

Browse files
authored
DOCSP-49360 Remove extra comma in X509 code example (#605)
1 parent f6d5c03 commit a878405

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
@@ -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)