This is an automated email from the ASF dual-hosted git repository.
flimzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new e618ce3 fix(typo): fix a typo in setup.rst (#240)
e618ce3 is described below
commit e618ce349efec7efeac71059fb5c7b675315818d
Author: Philipp Hinrichsen <[email protected]>
AuthorDate: Tue Jan 23 16:39:25 2018 +0100
fix(typo): fix a typo in setup.rst (#240)
This commit fixes a typo in the cluster/setup.rst file where a `r` was
missing from `Your CouchDB cluster` and it said `You CouchDB cluster`
---
src/cluster/setup.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cluster/setup.rst b/src/cluster/setup.rst
index 9750367..f61ebd3 100644
--- a/src/cluster/setup.rst
+++ b/src/cluster/setup.rst
@@ -227,7 +227,7 @@ following command to complete the setup and add the missing
databases:
curl -X POST -H "Content-Type: application/json"
http://admin:[email protected]:5984/_cluster_setup -d '{"action":
"finish_cluster"}'
-You CouchDB cluster is now set up.
+Your CouchDB cluster is now set up.
.. _HAProxy: http://haproxy.org/
.. _example configuration for HAProxy:
https://github.com/apache/couchdb/blob/master/rel/haproxy.cfg
--
To stop receiving notification emails like this one, please contact
[email protected].