Repository: couchdb-documentation
Updated Branches:
  refs/heads/master d511e66e2 -> ff91acf23


Fix some typos in replicator.rst

Signed-off-by: Alexander Shorin <kxe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/ff91acf2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/ff91acf2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/ff91acf2

Branch: refs/heads/master
Commit: ff91acf23d77bec0259c370321676e8c6c2e81c1
Parents: d511e66
Author: Mark Allen <mrall...@yahoo.com>
Authored: Tue Aug 12 14:26:46 2014 -0500
Committer: Alexander Shorin <kxe...@apache.org>
Committed: Tue Aug 12 23:33:53 2014 +0400

----------------------------------------------------------------------
 src/replication/replicator.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/ff91acf2/src/replication/replicator.rst
----------------------------------------------------------------------
diff --git a/src/replication/replicator.rst b/src/replication/replicator.rst
index 347b5a5..cd166eb 100644
--- a/src/replication/replicator.rst
+++ b/src/replication/replicator.rst
@@ -16,11 +16,11 @@ Replicator Database
 ===================
 
 The ``_replicator`` database works like any other in CouchDB, but documents
-added to it will trigger replications. Creating (``PUT`` or ``POST``) a
-document to start a replication. ``DELETE`` a replicaiton document to
+added to it will trigger replications. Create (``PUT`` or ``POST``) a
+document to start replication. ``DELETE`` a replication document to
 cancel an ongoing replication.
 
-These documents have exactly the same content as the JSON objects we use to
+These documents have exactly the same content as the JSON objects we used to
 ``POST`` to ``_replicate`` (fields ``source``, ``target``, ``create_target``,
 ``continuous``, ``doc_ids``, ``filter``, ``query_params``, ``use_checkpoints``,
 ``checkpoint_interval``).

Reply via email to