You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/08/18 03:17:58 UTC

[couchdb-documentation] 03/03: Update common.rst to fix spelling

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

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

commit dd7bfcd10e6b7d350f7a25f44968fe86ad40f393
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Tue Aug 17 19:02:32 2021 +0200

    Update common.rst to fix spelling
---
 src/api/server/common.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index f4d8a71..9f6b25a 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -601,13 +601,13 @@
       to be used when creating the target database. Can include the
       standard ``q`` and ``n`` parameters.
     :<json array doc_ids: Array of document IDs to be synchronized.
-      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
+      ``doc_ids``, ``filter``, and ``selector`` are mutually exclusive.
     :<json string filter: The name of a :ref:`filter function <filterfun>`.
-      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
+      ``doc_ids``, ``filter``, and ``selector`` are mutually exclusive.
     :<json json selector: A :ref:`selector <find/selectors>` to filter
       documents for synchronization. Has the same behavior as the
       :ref:`selector objects <selectorobj>` in replication documents.
-      ``doc_ids``, ``filter``, and ``selector`` mutually exclusive.
+      ``doc_ids``, ``filter``, and ``selector`` are mutually exclusive.
     :<json string source_proxy: Address of a proxy server through which
       replication from the source should occur (protocol can be "http" or
       "socks5")