Skip to content

Commit 00c9897

Browse files
authored
Fix formatting in configuration.txt (#5774)
1 parent e7ede5d commit 00c9897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/configuration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,11 +746,11 @@ It may be desirable to further configure TLS options in your application, for
746746
example by enabling or disabling certain ciphers.
747747

748748
This can be done by setting TLS context hooks on the Ruby driver -- TLS context
749-
hooks are user-provided ``Proc``s that will be invoked before any TLS socket
749+
hooks are user-provided ``Proc``\(s) that will be invoked before any TLS socket
750750
connection in the driver and can be used to modify the underlying
751751
``OpenSSL::SSL::SSLContext`` object used by the socket.
752752

753-
To set TLS context hooks, add ``Proc``s to the ``Mongo.tls_context_hooks``
753+
To set TLS context hooks, add ``Proc``\(s) to the ``Mongo.tls_context_hooks``
754754
array. This can be done in an initializer. The example below adds a hook
755755
that only enables the "AES256-SHA" cipher.
756756

0 commit comments

Comments
 (0)