You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2019/06/17 13:58:23 UTC

[couchdb-documentation] branch configTypo created (now f5e2fd9)

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a change to branch configTypo
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at f5e2fd9  Fix a simple grammatical error/typo that was copy/pasted to 3 places

This branch includes the following new commits:

     new f5e2fd9  Fix a simple grammatical error/typo that was copy/pasted to 3 places

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Fix a simple grammatical error/typo that was copy/pasted to 3 places

Posted by fl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a commit to branch configTypo
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit f5e2fd91390a80f1398ef4785a9e78b78183f555
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Mon Jun 17 15:57:49 2019 +0200

    Fix a simple grammatical error/typo that was copy/pasted to 3 places
---
 src/api/server/common.rst        | 4 ++--
 src/api/server/configuration.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index cc2e0aa..69341e6 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -1340,7 +1340,7 @@ error.
     self-describing.
 
     The literal string ``_local`` serves as an alias for the local node name, so
-    for all stats URLs, ``{node-name}`` may be replaced ``_local``, to
+    for all stats URLs, ``{node-name}`` may be replaced with ``_local``, to
     interact with the local node's statistics.
 
     :<header Accept: - :mimetype:`application/json`
@@ -1467,7 +1467,7 @@ containing only the requested individual statistic.
     each statistic is self-describing.
 
     The literal string ``_local`` serves as an alias for the local node name, so
-    for all stats URLs, ``{node-name}`` may be replaced ``_local``, to
+    for all stats URLs, ``{node-name}`` may be replaced with ``_local``, to
     interact with the local node's statistics.
 
     :<header Accept: - :mimetype:`application/json`
diff --git a/src/api/server/configuration.rst b/src/api/server/configuration.rst
index 0857ff2..6bc0586 100644
--- a/src/api/server/configuration.rst
+++ b/src/api/server/configuration.rst
@@ -23,7 +23,7 @@ Accessing the local node's configuration
 ========================================
 
 The literal string ``_local`` serves as an alias for the local node name, so
-for all configuration URLs, ``{node-name}`` may be replaced ``_local``, to
+for all configuration URLs, ``{node-name}`` may be replaced with ``_local``, to
 interact with the local node's configuration.
 
 ``/_node/{node-name}/_config``