Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/command/clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.