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
568568 Declares that this :program:`mongod` instance serves as the
569569 :term:`config database` of a sharded cluster. When running with
570570 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
572572 :program:`mongod` with this option is ``27019`` and
573573 :program:`mongod` writes all data files to the ``/configdb``
574574 sub-directory of the :option:`--dbpath` directory.
@@ -577,7 +577,7 @@ Sharding Cluster Options
577577
578578 Configures this :program:`mongod` instance as a shard in a
579579 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
581581 the port number.
582582
583583.. option:: --noMoveParanoia
You can’t perform that action at this time.
0 commit comments