Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 26848c1

Browse files
authored
Minor typographical corrections (#408)
1 parent feb33ff commit 26848c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/database/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
:>header Content-Type: - :mimetype:`application/json`
115115
- :mimetype:`text/event-stream`
116116
- :mimetype:`text/plain; charset=utf-8`
117-
:>header ETag: Response hash is changes feed is `normal`
117+
:>header ETag: Response hash if changes feed is `normal`
118118
:>header Transfer-Encoding: ``chunked``
119119
:>json json last_seq: Last change update sequence
120120
:>json number pending: Count of remaining items in the feed

src/api/database/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
Also note, that security objects are not regular versioned documents
6666
(that is, they are not under MVCC rules). This is a design choice to
67-
speedup authorization checks (avoids traversing a database`s documents
67+
speed up authorization checks (avoids traversing a database's documents
6868
B-Tree).
6969

7070
:param db: Database name

0 commit comments

Comments
 (0)