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/05/05 14:22:33 UTC

[couchdb-documentation] branch minor created (now a6cc351)

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

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


      at a6cc351  Minor typographical corrections

This branch includes the following new commits:

     new a6cc351  Minor typographical corrections

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: Minor typographical corrections

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

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

commit a6cc3513ff7319f8efb49fcf308e14594f2d0cd1
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Wed Mar 20 20:13:51 2019 +0100

    Minor typographical corrections
---
 src/api/database/changes.rst  | 2 +-
 src/api/database/security.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/database/changes.rst b/src/api/database/changes.rst
index 7bdfe11..9d29c2b 100644
--- a/src/api/database/changes.rst
+++ b/src/api/database/changes.rst
@@ -114,7 +114,7 @@
     :>header Content-Type: - :mimetype:`application/json`
                            - :mimetype:`text/event-stream`
                            - :mimetype:`text/plain; charset=utf-8`
-    :>header ETag: Response hash is changes feed is `normal`
+    :>header ETag: Response hash if changes feed is `normal`
     :>header Transfer-Encoding: ``chunked``
     :>json json last_seq: Last change update sequence
     :>json number pending: Count of remaining items in the feed
diff --git a/src/api/database/security.rst b/src/api/database/security.rst
index 372510a..d4d0f63 100644
--- a/src/api/database/security.rst
+++ b/src/api/database/security.rst
@@ -64,7 +64,7 @@
 
         Also note, that security objects are not regular versioned documents
         (that is, they are not under MVCC rules). This is a design choice to
-        speedup authorization checks (avoids traversing a database`s documents
+        speedup authorization checks (avoids traversing a database's documents
         B-Tree).
 
     :param db: Database name