summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2014-09-02 15:28:15 -0400
committerBigBlueHat <byoung@bigbluehat.com>2014-09-02 15:28:15 -0400
commit100bb848266dc9e36883fc7b79d022f53e6ba031 (patch)
tree540aa2320e3ac87160a6f869f53d7e087996a88b
parent5f296b3ecfd83c15fe0beb3e8e58367ec57dd601 (diff)
downloadcouchdb-100bb848266dc9e36883fc7b79d022f53e6ba031.tar.gz
Fix typos in db security doc
-rw-r--r--share/doc/src/api/database/security.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/src/api/database/security.rst b/share/doc/src/api/database/security.rst
index 37571333d..f01d447af 100644
--- a/share/doc/src/api/database/security.rst
+++ b/share/doc/src/api/database/security.rst
@@ -34,10 +34,10 @@
:ref:`temporary views <api/db/temp_view>` against the database.
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:
- - ``users``: List of CouchDB user names
- - ``roles``: List of users roles
+ - ``names``: List of CouchDB user names as strings
+ - ``roles``: List of roles as strings
Any other additional fields in the security object are optional.
The entire security object is made available to validation and other