From dbba5b4b36e17b738290a0c01531cd73c48b5390 Mon Sep 17 00:00:00 2001 From: Kamran Khan Date: Fri, 21 Mar 2014 17:47:12 -0400 Subject: [PATCH] Grammar tweaks on the clone command page. --- source/reference/command/clone.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/command/clone.txt b/source/reference/command/clone.txt index c9c1422de87..08c8dd87bad 100644 --- a/source/reference/command/clone.txt +++ b/source/reference/command/clone.txt @@ -6,7 +6,7 @@ .. dbcommand:: clone - The :dbcommand:`clone` command clone a database from a + The :dbcommand:`clone` command clones a database from a remote MongoDB instance to the current host. :dbcommand:`clone` copies the database on the remote instance with the same name as the current database. The command takes the following form: @@ -37,7 +37,7 @@ .. warning:: This command obtains an intermittent :term:`write lock` on the - destination server, that can block other operations until it + destination server, which can block other operations until it completes. .. intermittent write lock on destination server.