Skip to content

Commit 3b4f94c

Browse files
committed
Remove extraneous reference to "write" in read onl
1 parent 5750f9f commit 3b4f94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/control-access-to-mongodb-with-authentication.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ this user.
8787
Add a Read Only User to a Database
8888
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8989

90-
To add a user with read and write access to a specific database, in
90+
To add a user with read only access to a specific database, in
9191
this example the ``records`` database, connect to the
9292
:program:`mongod` instance using the :program:`mongo` shell, and issue
9393
the following sequence of operations:

0 commit comments

Comments
 (0)