Skip to content

Commit 7074abb

Browse files
(DOCSP-26624): Fix mongod/mongos formatting (#241)
* (DOCSP-26624): Fix mongod/mongos formatting * fix indentation
1 parent 4d0c321 commit 7074abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ TLS Options
216216
Specifies the :file:`.pem` file that contains the root certificate
217217
chain from the Certificate Authority. This file is used to validate
218218
the certificate presented by the
219-
:binary:`~bin.mongod`/:binary:`~bin.mongos` instance.
219+
:binary:`~bin.mongod` / :binary:`~bin.mongos` instance.
220220

221221
Specify the file name of the :file:`.pem` file using relative or
222222
absolute paths.
@@ -234,7 +234,7 @@ TLS Options
234234
.. option:: --tlsAllowInvalidHostnames
235235

236236
Disables the validation of the hostnames in the certificate presented
237-
by the :binary:`~bin.mongod`/:binary:`~bin.mongos` instance. Allows
237+
by the :binary:`~bin.mongod` / :binary:`~bin.mongos` instance. Allows
238238
the |mdb-shell| to connect to MongoDB instances even if the hostname
239239
in the server certificates do not match the server's host.
240240

@@ -245,7 +245,7 @@ TLS Options
245245
.. versionadded:: 4.2
246246

247247
Bypasses the validation checks for the certificates presented by the
248-
:binary:`~bin.mongod`/:binary:`~bin.mongos` instance and allows
248+
:binary:`~bin.mongod` / :binary:`~bin.mongos` instance and allows
249249
connections to servers that present invalid certificates.
250250

251251
.. note::

0 commit comments

Comments
 (0)