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:34 UTC

[couchdb-documentation] 01/01: Minor typographical corrections

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