From 7448042a9f9a0b1c410498de12c1dcdef0dd7a25 Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Thu, 18 Oct 2012 14:29:12 -0300 Subject: [PATCH] Update source/administration/ssl.txt --- source/administration/ssl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/administration/ssl.txt b/source/administration/ssl.txt index 4c7f56521cc..2cf33511930 100644 --- a/source/administration/ssl.txt +++ b/source/administration/ssl.txt @@ -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: