Skip to content

Commit d315193

Browse files
DOCS-11574 - Fix typo on db.collection.watch() parameters.
1 parent 4a12648 commit d315193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/includes/apiargs-method-db.collection.watch-param.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ description: |
2525
Additional options that modify the behavior of
2626
:method:`~db.collection.watch()`.
2727
28-
You must pass an empty array ``[]`` to the ``pipeline``
29-
parameter if you are not specifying a pipeline but are
30-
are passing the ``options`` document.
28+
You must pass an empty array ``[]`` to the ``pipeline`` parameter if
29+
you are not specifying a pipeline but are passing the ``options``
30+
document.
3131
3232
interface: method
3333
name: options

0 commit comments

Comments
 (0)