minor spelling fixes in docs
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/abf2b64a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/abf2b64a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/abf2b64a Branch: refs/heads/2200-feature-support-erlang-17.0 Commit: abf2b64a6d778b588e2eb8c38b99906265325a56 Parents: 5858a35 Author: Andy Wenk <andyw...@apache.org> Authored: Thu Apr 24 20:37:16 2014 +0200 Committer: Andy Wenk <andyw...@apache.org> Committed: Thu Apr 24 21:03:34 2014 +0200 ---------------------------------------------------------------------- share/doc/src/replication/intro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/abf2b64a/share/doc/src/replication/intro.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/replication/intro.rst b/share/doc/src/replication/intro.rst index ea4892d..ff002db 100644 --- a/share/doc/src/replication/intro.rst +++ b/share/doc/src/replication/intro.rst @@ -12,14 +12,14 @@ .. _replication/intro: -Introduction Into Replications -============================== +Introduction to Replication +=========================== One of CouchDB's strengths is the ability to synchronize two copies of the same database. This enables users to distribute data across several nodes or datacenters, but also to move data more closely to clients. -Replication involves a source and a destination database, which can be one the +Replication involves a source and a destination database, which can be on the same or on different CouchDB instances. The aim of the replication is that at the end of the process, all active documents on the source database are also in the destination database and all documents that were deleted in the source