Skip to content

Commit c85e65b

Browse files
committed
trivial: fix typos
1 parent d5e7bf3 commit c85e65b

4 files changed

+7
-7
lines changed

source/includes/steps-deploy-geographically-distributed-replica-set-5member.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ content: |
1515
1616
- Set any other settings as appropriate for your deployment.
1717
18-
In this tutorial, the three :binary:`~bin.mongod` instances are
18+
In this tutorial, the five :binary:`~bin.mongod` instances are
1919
associated with the following hosts:
2020
2121
.. list-table::

source/includes/steps-enable-authentication-in-replica-set-no-downtime.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ title: Step down the primary member of the replica set and restart it with ``--t
260260
ref: shutdown-repset-primary
261261
pre: |
262262
263-
Restart the :term:`primary` member in the replica set, including in
264-
its configuration:
263+
Step down the :term:`primary` member in the replica set and restart
264+
the member, including in its configuration:
265265
266266
- The :setting:`security.transitionToAuth` setting. Starting the
267267
:binary:`~bin.mongod` with :setting:`security.transitionToAuth` set to
@@ -420,7 +420,7 @@ level: 4
420420
pre: |
421421
422422
Step down the :term:`primary` member in the replica set, then restart it
423-
without the :setting:`security.keyFile` option.
423+
without the :setting:`security.transitionToAuth` option.
424424
425425
.. important::
426426
@@ -456,7 +456,7 @@ action:
456456
pre: |
457457
458458
Restart the :binary:`~bin.mongod`, this time *without* the
459-
:setting:`security.keyFile` option but *with* the internal authentication
459+
:setting:`security.transitionToAuth` option but *with* the internal authentication
460460
mechanism such as :setting:`security.keyFile`.
461461
462462
Specify the following settings in your :ref:`configuration file

source/tutorial/configure-windows-netsh-firewall.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Replace ``<ip-address>`` with the addresses of the
148148
instances.
149149

150150
.. [#config-option] You also can run a config server by using the
151-
``configsrv`` value for the :setting:`~sharding.clusterRole` setting in a
151+
``configsvr`` value for the :setting:`~sharding.clusterRole` setting in a
152152
configuration file.
153153

154154
Traffic to and from a MongoDB Shard Server

source/tutorial/deploy-replica-set-for-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Procedure
8484

8585
.. code-block:: sh
8686

87-
mongod --replSet rs0 --port 27019 --bind_ip localhost,<ip address of mongod host> --dbpath /srv/mongodb/rs0-2 --replSet rs0 --smallfiles --oplogSize 128
87+
mongod --replSet rs0 --port 27019 --bind_ip localhost,<ip address of mongod host> --dbpath /srv/mongodb/rs0-2 --smallfiles --oplogSize 128
8888

8989
This starts each instance as a member of a replica set named
9090
``rs0``, each running on a distinct port, and specifies the path to

0 commit comments

Comments
 (0)