Skip to content

Commit 6f31a68

Browse files
committed
Repair a missing quote
1 parent 86690ca commit 6f31a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/ruby-driver-create-client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ By default, MongoDB server will attempt to verify the connecting clients'
10421042
TLS certificates, which requires the clients to specify their TLS certificates
10431043
when connecting. This can be accomplished via:
10441044

1045-
- The ``:ssl_cert``/``:ssl_cert_object``/``:ssl_cert_string` and
1045+
- The ``:ssl_cert``/``:ssl_cert_object``/``:ssl_cert_string`` and
10461046
``:ssl_key``/``:ssl_key_object``/``:ssl_key_string``/``:ssl_key_pass_phrase``
10471047
Ruby options.
10481048
- The``tlsCertificateKeyFile`` URI option.

0 commit comments

Comments
 (0)