This is an automated email from the ASF dual-hosted git repository.
ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 37840c018 Fix contributing and api/database/changes minor typos
documentation (#5404)
37840c018 is described below
commit 37840c018d057ce7fd4849368ea236d9024bfe13
Author: Ben <[email protected]>
AuthorDate: Fri Jan 17 03:15:57 2025 +0800
Fix contributing and api/database/changes minor typos documentation (#5404)
* Fixing minor typos in final database/changes.rst notes
Fix wrong tense for one verb, and only use one verb instead of two.
* Replacing old tutorial link that returns 404 with new one
Fix old tutorial link with a new one.
Fixes #5403
---
CONTRIBUTING.md | 2 +-
src/docs/src/api/database/changes.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index da4595b79..86778f7e5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -318,7 +318,7 @@ some commit message conventions.
[9]: https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53
[10]:
https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide
[11]: mailto:[email protected]?subject=Security
-[12]:
https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
+[12]:
https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
[13]: https://help.github.com/fork-a-repo
[14]: https://github.com/apache/couchdb/tree/main/src/docs
[15]: https://help.github.com/articles/using-pull-requests
diff --git a/src/docs/src/api/database/changes.rst
b/src/docs/src/api/database/changes.rst
index 745a0e5c5..b7d57855a 100644
--- a/src/docs/src/api/database/changes.rst
+++ b/src/docs/src/api/database/changes.rst
@@ -779,14 +779,14 @@ amount of duplicated code.
they are ready to handle documents with *alien* structure without panic.
.. note::
- Using ``_view`` filter doesn't queries the view index files, so you cannot
+ Using ``_view`` filter doesn't query the view index files, so you cannot
use common :ref:`view query parameters <api/ddoc/view>` to additionally
filter the changes feed by index key. Also, CouchDB doesn't returns
the result instantly as it does for views - it really uses the specified
map function as filter.
Moreover, you cannot make such filters dynamic e.g. process the request
- query parameters or handle the :ref:`userctx_object` - the map function is
+ query parameters or handle the :ref:`userctx_object` - the map function
only operates with the document.
**Request**: