Skip to content

Commit 2483818

Browse files
(DOCSP-26525): Change streams grammar fix (#2354)
1 parent 753c844 commit 2483818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/changeStreams.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,9 +993,9 @@ For deployments enforcing :ref:`authentication` and :ref:`authorization
993993

994994
{ resource: { db: <dbname>, collection: <collection> }, actions: [ "find", "changeStream" ] }
995995

996-
- To open a change stream on a single databases, applications must have
996+
- To open a change stream on a single database, applications must have
997997
privileges that grant :authaction:`changeStream` and
998-
:authaction:`find` actions on all non-``system`` collections in a
998+
:authaction:`find` actions on all non-``system`` collections in the
999999
database.
10001000

10011001
.. code-block:: javascript

0 commit comments

Comments
 (0)