@@ -54,7 +54,7 @@ configurations.
5454
5555.. warning::
5656
57- The :method:`rs.reconfig()` shell command can force the current
57+ The :method:`rs.reconfig()` shell method can force the current
5858 primary to step down, which causes an :ref:`election <replica-set-elections>`. When the primary
5959 steps down, the :program:`mongod` closes all client
6060 connections. While, this typically takes 10-20 seconds, attempt to
@@ -102,7 +102,7 @@ replica set. Use the following sequence of operations in the
102102 cfg.members[3].priority = 2
103103 rs.reconfig(cfg)
104104
105- This configures the set, with the following priority settings:
105+ This configures the set, with the following priority settings:
106106
107107- The first (i.e. )Member ``0`` to a priority of ``0`` so that it can never become :term:`primary`.
108108
@@ -169,7 +169,7 @@ not advertise the hidden member in the :dbcommand:`isMaster` or
169169 that *can* become :term:`primary`. In the above example, if you
170170 issue the :method:`rs.reconfig()` operation to a member with a
171171 :data:`priority <members.[n].priority>` of ``0`` the operation will
172- fail.
172+ fail.
173173
174174.. note::
175175
@@ -722,7 +722,7 @@ shell connected to the replica set's :term:`primary`. For descriptions
722722of the information displayed by :method:`rs.status()`, see
723723:doc:`/reference/replica-status`.
724724
725- .. note::
725+ .. note::
726726
727727 The :method:`rs.status()` method is a wrapper that runs the
728728 :dbcommand:`replSetGetStatus` database command.
@@ -758,7 +758,7 @@ To check the current length of replication lag:
758758 syncedTo: Tue Oct 02 2012 11:33:40 GMT-0400 (EDT)
759759 = 7475 secs ago (2.08hrs)
760760
761- .. note::
761+ .. note::
762762
763763 The :method:`rs.status()` method is a wrapper around the
764764 :dbcommand:`replSetGetStatus` database command.
@@ -962,7 +962,7 @@ operational errors:
962962In many senses, :ref:`rollbacks <replica-set-rollbacks>` represent a
963963graceful recovery from an impossible failover and recovery situation.
964964
965- Rollbacks occur when
965+ Rollbacks occur when
966966a primary accepts writes that other members of
967967the set do not successfully replicate before the primary steps
968968down. When the former primary begins replicating again it performs a
0 commit comments