You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2016/09/09 14:37:17 UTC

documentation commit: updated refs/heads/master to 122a25e

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master c4e7cd929 -> 122a25eac


linter cleanup


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

Branch: refs/heads/master
Commit: 122a25eac8d1cf119e9650e859bd7c61c2b9dc37
Parents: c4e7cd9
Author: Joan Touzet <wo...@apache.org>
Authored: Fri Sep 9 10:37:07 2016 -0400
Committer: Joan Touzet <wo...@apache.org>
Committed: Fri Sep 9 10:37:07 2016 -0400

----------------------------------------------------------------------
 src/intro/tour.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/122a25ea/src/intro/tour.rst
----------------------------------------------------------------------
diff --git a/src/intro/tour.rst b/src/intro/tour.rst
index d328034..62ae59b 100644
--- a/src/intro/tour.rst
+++ b/src/intro/tour.rst
@@ -218,7 +218,7 @@ Click the green Create Document button to finalize creating the
 document.
 
 You can experiment with other JSON values; e.g., ``[1, 2, "c"]`` or
-``{"foo": "bar"}``. 
+``{"foo": "bar"}``.
 
 You'll notice that the document's _rev has been added. We'll go into more detail
 about this in later documents, but for now, the important thing to note is
@@ -400,7 +400,7 @@ First we'll need to create an empty database to be the target of replication.
 Return to the Databases overview and create a database called
 ``hello-replication``.  Now click "Replication" in the sidebar and choose
 hello-world as the source and hello-replication as the target. Click
-"Replicate" to replicate your database. 
+"Replicate" to replicate your database.
 
 To view the result of your replication, click on the Databases tab again.
 You should see the hello-replication database has the same number of documents