From e2ca97ec3ce1d64122b27950ec229b6c2aedb879 Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Mon, 25 Mar 2013 10:32:11 -0400 Subject: [PATCH] typos --- source/reference/method/db.addUser.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/method/db.addUser.txt b/source/reference/method/db.addUser.txt index f61447effce..be5d21e24f9 100644 --- a/source/reference/method/db.addUser.txt +++ b/source/reference/method/db.addUser.txt @@ -7,7 +7,7 @@ db.addUser() .. method:: db.addUser() - Use :method:`db.addUser()` add privilege documents to the + Use :method:`db.addUser()` to add privilege documents to the :data:`system.users <.system.users>` collection in a database, which creates database credentials in MongoDB. @@ -23,7 +23,7 @@ db.addUser() directly. In MongoDB 2.2 and earlier you can pass the parameters directly, or pass a well-formed :data:`system.users <.system.users>` document. See - doc:`/reference/privilege-documents` for more information about the + :doc:`/reference/privilege-documents` for more information about the form of these documents. Consider the following prototype form for a :method:`db.addUser()` operation: