diff --git a/source/tutorial/restore-sharded-cluster.txt b/source/tutorial/restore-sharded-cluster.txt index fd37c30ad4d..642b5b13700 100644 --- a/source/tutorial/restore-sharded-cluster.txt +++ b/source/tutorial/restore-sharded-cluster.txt @@ -9,7 +9,8 @@ Overview The procedure outlined in this document addresses how to restore an entire sharded cluster. For information on related backup procedures -consider the following tutorials describe backup procedures in detail: +consider the following tutorials which describe backup procedures in +greater detail: - :doc:`/tutorial/backup-sharded-cluster-with-filesystem-snapshots` - :doc:`/tutorial/backup-sharded-cluster-with-database-dumps` @@ -51,17 +52,17 @@ Procedure the replica set or use the other standard approaches for restoring a replica set from backup. See the :ref:`backup-restore-snapshot` and :ref:`backup-restore-dump` - sections for details on these procedures: + sections for details on these procedures. - Data files for each :ref:`config server `, if you have not already done so in the previous step. -#. Restart the all the :program:`mongos` instances. +#. Restart all the :program:`mongos` instances. #. Restart all the :program:`mongod` instances. #. Connect to a :program:`mongos` instance from a :program:`mongo` shell - and run use the :method:`db.printShardingStatus()` method to ensure + and run the :method:`db.printShardingStatus()` method to ensure that the cluster is operational, as follows: .. code-block:: javascript