some minor documentatiom fixes
Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/c6aa5722 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/c6aa5722 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/c6aa5722 Branch: refs/heads/import-master Commit: c6aa572293677ea3119937759028b4a0a60a77ca Parents: f49be35 Author: Andy Wenk <andyw...@apache.org> Authored: Fri Mar 21 00:22:06 2014 +0100 Committer: Andy Wenk <andyw...@apache.org> Committed: Fri Mar 21 00:22:06 2014 +0100 ---------------------------------------------------------------------- src/intro/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/c6aa5722/src/intro/overview.rst ---------------------------------------------------------------------- diff --git a/src/intro/overview.rst b/src/intro/overview.rst index 4e3b72c..7804cf9 100644 --- a/src/intro/overview.rst +++ b/src/intro/overview.rst @@ -261,9 +261,9 @@ updates, ensuring security and data validation in a shared, distributed system. Distributed Updates and Replication =================================== -CouchDB is a peer-based distributed database system, it allows for users and -servers to access and update the same shared data while disconnected and then -bi-directionally replicate those changes later. +CouchDB is a peer-based distributed database system. It allows users and servers +to access and update the same shared data while disconnected. Those changes can +then be replicated bi-directionally later. The CouchDB document storage, view and security models are designed to work together to make true bi-directional replication efficient and reliable.