You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 11:47:08 UTC

[09/50] documentation commit: updated refs/heads/import-master to fe7f7bf

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/32ff4aaf
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/32ff4aaf
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/32ff4aaf

Branch: refs/heads/import-master
Commit: 32ff4aaf340f2b95243f24b3614d6e5084ffbbae
Parents: 7ed3674
Author: Andy Wenk <an...@apache.org>
Authored: Fri Mar 21 00:22:06 2014 +0100
Committer: Andy Wenk <an...@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/32ff4aaf/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.