File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ Sharding Cluster Options
568
568
Declares that this :program:`mongod` instance serves as the
569
569
:term:`config database` of a sharded cluster. When running with
570
570
this option, clients will not be able to write data to any database
571
- other than ``config`` and ``admin. The default port for
571
+ other than ``config`` and ``admin`` . The default port for
572
572
:program:`mongod` with this option is ``27019`` and
573
573
:program:`mongod` writes all data files to the ``/configdb``
574
574
sub-directory of the :option:`--dbpath` directory.
@@ -577,7 +577,7 @@ Sharding Cluster Options
577
577
578
578
Configures this :program:`mongod` instance as a shard in a
579
579
partitioned cluster. The default port for these instances is
580
- ``27018``. The only affect of :option:`--shardsvr` is to change
580
+ ``27018``. The only effect of :option:`--shardsvr` is to change
581
581
the port number.
582
582
583
583
.. option:: --noMoveParanoia
You can’t perform that action at this time.
0 commit comments