Skip to content

Commit 85b01fb

Browse files
committed
fix typo
1 parent 3e08b85 commit 85b01fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libmongoc/doc/configuring_tls.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Configuring TLS
66
Configuration with URI options
77
------------------------------
88

9-
Enable TLS by including ``tls=true`` the URI.
9+
Enable TLS by including ``tls=true`` in the URI.
1010

1111
.. code:: c
1212
@@ -143,4 +143,4 @@ Setting ``tlsDisableOCSPEndpointCheck`` and ``tlsDisableCertificateRevocationChe
143143
The Online Certificate Status Protocol (OCSP) (see `RFC 6960 <https://tools.ietf.org/html/rfc6960>`_) is partially supported with the following notes.
144144

145145
- The Must-Staple extension (see `RFC 7633 <https://tools.ietf.org/html/rfc7633>`_) is ignored. Connection may continue if a Must-Staple certificate is presented with no stapled response (unless the client receives a revoked response from an OCSP responder).
146-
- Connection will continue if a Must-Staple certificate is presented without a stapled response and the OCSP responder is down.
146+
- Connection will continue if a Must-Staple certificate is presented without a stapled response and the OCSP responder is down.

0 commit comments

Comments
 (0)