From 8dfb8f2237b3d83d131afb92f2e63c6e389e43f7 Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 13 Apr 2018 15:00:48 -0400 Subject: [PATCH] DOCS-11574 - Fix typo on db.collection.watch() parameters. --- .../includes/apiargs-method-db.collection.watch-param.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/apiargs-method-db.collection.watch-param.yaml b/source/includes/apiargs-method-db.collection.watch-param.yaml index eee4bcdcc34..32419065684 100644 --- a/source/includes/apiargs-method-db.collection.watch-param.yaml +++ b/source/includes/apiargs-method-db.collection.watch-param.yaml @@ -25,9 +25,9 @@ description: | Additional options that modify the behavior of :method:`~db.collection.watch()`. - You must pass an empty array ``[]`` to the ``pipeline`` - parameter if you are not specifying a pipeline but are - are passing the ``options`` document. + You must pass an empty array ``[]`` to the ``pipeline`` parameter if + you are not specifying a pipeline but are passing the ``options`` + document. interface: method name: options