Skip to content

Commit 58841f6

Browse files
(DOCSP-26525): Change streams grammar fix (#2354)
1 parent b969895 commit 58841f6

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
@@ -1116,9 +1116,9 @@ For deployments enforcing :ref:`authentication` and :ref:`authorization
11161116

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

1119-
- To open a change stream on a single databases, applications must have
1119+
- To open a change stream on a single database, applications must have
11201120
privileges that grant :authaction:`changeStream` and
1121-
:authaction:`find` actions on all non-``system`` collections in a
1121+
:authaction:`find` actions on all non-``system`` collections in the
11221122
database.
11231123

11241124
.. code-block:: javascript

0 commit comments

Comments
 (0)