Skip to content

Commit 51cb07e

Browse files
(DOCSP-26525): Change streams grammar fix (#2354)
1 parent fee8c2b commit 51cb07e

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

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

1110-
- To open a change stream on a single databases, applications must have
1110+
- To open a change stream on a single database, applications must have
11111111
privileges that grant :authaction:`changeStream` and
1112-
:authaction:`find` actions on all non-``system`` collections in a
1112+
:authaction:`find` actions on all non-``system`` collections in the
11131113
database.
11141114

11151115
.. code-block:: javascript

0 commit comments

Comments
 (0)