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 7d47a61 indices => indexes for consistency (#269)
7d47a61 is described below
commit 7d47a613920b5a1c4a844c38eb1bd6056833fb6d
Author: Jonathan Hall <[email protected]>
AuthorDate: Sun Apr 8 13:23:56 2018 +0200
indices => indexes for consistency (#269)
71 conts of "indexes" vs 1 of "indicies"... time to make the straggler
consistent
---
src/api/database/find.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/database/find.rst b/src/api/database/find.rst
index 6e867a2..a36e8b4 100644
--- a/src/api/database/find.rst
+++ b/src/api/database/find.rst
@@ -21,7 +21,7 @@
Find documents using a declarative JSON querying syntax.
Queries can use the built-in :ref:`_all_docs <api/db/all_docs>` index or
- custom indices, specified using the :ref:`_index <api/db/find/index>`
+ custom indexes, specified using the :ref:`_index <api/db/find/index>`
endpoint.
:param db: Database name
--
To stop receiving notification emails like this one, please contact
[email protected].