@@ -38,7 +38,7 @@ To learn how to configure your MongoDB deployment for TLS, see the
3838 This page assumes prior knowledge of TLS/SSL and access to valid certificates.
3939 A full description of TLS/SSL, PKI (Public Key Infrastructure) certificates, and
4040 CAs is beyond the scope of this documentation. To learn more about TLS, see the
41- Wikipedia entry for :wikipedia:`Transport Layer Security <Transport_Layer_Security>` .
41+ Wikipedia entry for :wikipedia:`Transport Layer Security <Transport_Layer_Security>`.
4242
4343.. _ruby-enable-tls:
4444
@@ -128,7 +128,7 @@ the TLS certificate, key, and CA certificate with different data or object types
128128TLS Certificate
129129~~~~~~~~~~~~~~~
130130
131- You may provide one of the following options to specify the TLS certificate:
131+ You can provide one of the following options to specify the TLS certificate:
132132
133133.. list-table::
134134 :header-rows: 1
@@ -143,7 +143,7 @@ You may provide one of the following options to specify the TLS certificate:
143143 deployment.
144144 * - ``:ssl_cert_object``
145145 - ``OpenSSL::X509::Certificate``
146- - The certificate object used to to verify the connection to a MongoDB
146+ - The certificate object used to verify the connection to a MongoDB
147147 deployment.
148148 * - ``:ssl_cert_string``
149149 - ``String``
@@ -153,7 +153,7 @@ You may provide one of the following options to specify the TLS certificate:
153153TLS Private Key
154154~~~~~~~~~~~~~~~
155155
156- You may provide one of the following options to specify the TLS private key:
156+ You can provide one of the following options to specify the TLS private key:
157157
158158.. list-table::
159159 :header-rows: 1
@@ -181,7 +181,7 @@ You may provide one of the following options to specify the TLS private key:
181181TLS CA Certificate
182182~~~~~~~~~~~~~~~~~~
183183
184- You may provide one of the following options to specify the TLS CA certificate:
184+ You can provide one of the following options to specify the TLS CA certificate:
185185
186186.. list-table::
187187 :header-rows: 1
0 commit comments