From 178489800ea28caaceaa178d29c4993e4b81a998 Mon Sep 17 00:00:00 2001 From: Nick Geoghegan Date: Thu, 18 Apr 2013 16:32:48 +0200 Subject: [PATCH] Makes sentence Present Perfect --- source/tutorial/restore-single-shard.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/tutorial/restore-single-shard.txt b/source/tutorial/restore-single-shard.txt index cc09ef28725..e66b6466a19 100644 --- a/source/tutorial/restore-single-shard.txt +++ b/source/tutorial/restore-single-shard.txt @@ -32,13 +32,13 @@ manually move those chunks, as described in this procedure. instance. See :doc:`/core/backups` for overviews of these procedures. -#. For all chunks that migrated away from this shard, you do not need - to do anything at this time.. You do not need to delete these +#. For all chunks that have migrated away from this shard, you do not + need to do anything at this time. You do not need to delete these documents from the shard because the chunks are automatically filtered out from queries by :program:`mongos`. You can remove - these documents from the shard if you like, at your leisure. + these documents from the shard, if you like, at your leisure. -#. For chunks that migrated to this shard since the last backup, you - must manually recover the chunks using backups of other shards, or - some other source. To determine what chunks have moved, view the +#. For chunks that have migrated to this shard since the last backup, + you must manually recover the chunks using backups of other shards, + or some other source. To determine what chunks have moved, view the ``changelog`` collection in the :ref:`config-database`.