Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/administration/ssl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ To connect to a replica set via SSL, use the following form:
.NET
~~~~

As of release 1.6 of the .NET driver supports SSL connections with
:program:`mongod` an :program:`mongos` instances. To connect using
As of release 1.6, the .NET driver supports SSL connections with
:program:`mongod` and :program:`mongos` instances. To connect using
SSL, you must add an option to the connection string, specifying
``ssl=true`` as follows:

Expand Down