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 19:03:13 UTC

[couchdb-documentation] branch master updated: Minor typographical corrections (#408)

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 26848c1  Minor typographical corrections (#408)
26848c1 is described below

commit 26848c10803a8656969f90b955938e0391028d09
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Sun May 5 21:03:08 2019 +0200

    Minor typographical corrections (#408)
---
 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..1eb14bd 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
+        speed up authorization checks (avoids traversing a database's documents
         B-Tree).
 
     :param db: Database name