From 9309110472e606c3e93567238502cc3634ae9078 Mon Sep 17 00:00:00 2001 From: Jake Angerman Date: Mon, 5 Jan 2015 13:23:39 -0600 Subject: [PATCH] Update resync-replica-set-member.txt typo fixes --- source/tutorial/resync-replica-set-member.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/resync-replica-set-member.txt b/source/tutorial/resync-replica-set-member.txt index d1fbc9ce524..4dba78925c3 100644 --- a/source/tutorial/resync-replica-set-member.txt +++ b/source/tutorial/resync-replica-set-member.txt @@ -99,8 +99,8 @@ during the file copy operation. .. important:: If copying data files, you must copy the content of the ``local`` database. -You *cannot* use a :program:`mongodump` backup to for the data files, -**only a snapshot backup**. For approaches to capture a consistent +You *cannot* use a :program:`mongodump` backup for the data files, +**only a snapshot backup**. For approaches to capturing a consistent snapshot of a running :program:`mongod` instance, see the :doc:`/core/backups` documentation.