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 2020/07/29 11:34:43 UTC

[couchdb-documentation] branch master updated: fix(api): Fix typo in ddoc/views.rst (#577)

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 1cbe020  fix(api): Fix typo in ddoc/views.rst (#577)
1cbe020 is described below

commit 1cbe0204738d69ebddb4cd35b557788ec39b7e2a
Author: fmoko <mo...@posteo.de>
AuthorDate: Wed Jul 29 13:34:34 2020 +0200

    fix(api): Fix typo in ddoc/views.rst (#577)
---
 src/api/ddoc/views.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/ddoc/views.rst b/src/api/ddoc/views.rst
index 9520f5a..7414b06 100644
--- a/src/api/ddoc/views.rst
+++ b/src/api/ddoc/views.rst
@@ -632,7 +632,7 @@ Changing the previous example to:
 Raw collation
 -------------
 
-By default CouchDB using `ICU`_ driver for sorting view results. It's possible
+By default CouchDB uses an `ICU`_ driver for sorting view results. It's possible
 use binary collation instead for faster view builds where Unicode collation is
 not important.