Skip to content

Commit 052717b

Browse files
committed
fix formatting glitch and the affect of the doc.
1 parent b44f3df commit 052717b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/mongod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)