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 2017/03/08 02:16:56 UTC

[2/6] documentation commit: updated refs/heads/master to 3a2eadb

Grammar improvements


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/93d2f6db
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/93d2f6db
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/93d2f6db

Branch: refs/heads/master
Commit: 93d2f6dbb2bafa30d9fa1b443c44bbd5f0d959fa
Parents: 3f7ee18
Author: Jonathan Hall <fl...@flimzy.com>
Authored: Sat Feb 25 19:18:10 2017 +0100
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Mar 7 21:11:41 2017 -0500

----------------------------------------------------------------------
 src/api/database/security.rst | 3 +--
 src/api/server/authn.rst      | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/93d2f6db/src/api/database/security.rst
----------------------------------------------------------------------
diff --git a/src/api/database/security.rst b/src/api/database/security.rst
index f34139a..1c9e26b 100644
--- a/src/api/database/security.rst
+++ b/src/api/database/security.rst
@@ -34,8 +34,7 @@
       <api/db/revs_limit>`. They can not create a database nor delete a
       database.
 
-    Both ``members`` and ``admins`` objects are contains two array-typed
-    fields:
+    Both ``members`` and ``admins`` objects contain two array-typed fields:
 
     - ``names``: List of CouchDB user names
     - ``roles``: List of users roles

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/93d2f6db/src/api/server/authn.rst
----------------------------------------------------------------------
diff --git a/src/api/server/authn.rst b/src/api/server/authn.rst
index 09567da..6bf4c63 100644
--- a/src/api/server/authn.rst
+++ b/src/api/server/authn.rst
@@ -282,8 +282,8 @@ some external authentication service and you don't want to duplicate users and
 their roles in CouchDB.
 
 This authentication method allows creation of a :ref:`userctx_object` for
-remotely authenticated user. By default, the client just need to pass specific
-headers to CouchDB with related request:
+remotely authenticated user. By default, the client just needs to pass specific
+headers to CouchDB with related requests:
 
 - :config:option:`X-Auth-CouchDB-UserName <couch_httpd_auth/x_auth_username>`:
   username;