File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Delete Multiple Documents
6
6
7
7
.. note::
8
8
If you specify a callback method, ``deleteMany()`` returns nothing. If you
9
- not specify one, this method returns a ``Promise`` that resolves to the
9
+ do not specify one, this method returns a ``Promise`` that resolves to the
10
10
result object when it completes. See our guide on :doc:`Promises and
11
11
Callbacks </fundamentals/promises>` for more information, or the
12
12
:node-api:`API documentation <Collection.html#~deleteWriteOpResult>` for
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Delete a Document
6
6
7
7
.. note::
8
8
If you specify a callback method, ``deleteOne()`` returns nothing. If you
9
- not specify one, this method returns a ``Promise`` that resolves to the
9
+ do not specify one, this method returns a ``Promise`` that resolves to the
10
10
result object when it completes. See our guide on :doc:`Promises and
11
11
Callbacks </fundamentals/promises>` for more information, or the
12
12
:node-api:`API documentation <Collection.html#~deleteWriteOpResult>` for
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Insert Multiple Documents
6
6
7
7
.. note::
8
8
If you specify a callback method, ``insertMany()`` returns nothing. If you
9
- not specify one, this method returns a ``Promise`` that resolves to the
9
+ do not specify one, this method returns a ``Promise`` that resolves to the
10
10
result object when it completes. See our guide on :doc:`Promises and
11
11
Callbacks </fundamentals/promises>` for more information, or the
12
12
:node-api:`API documentation <Collection.html#~insertWriteOpResult>` for
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Insert a Document
6
6
7
7
.. note::
8
8
If you specify a callback method, ``insertOne()`` returns nothing. If you
9
- not specify one, this method returns a ``Promise`` that resolves to the
9
+ do not specify one, this method returns a ``Promise`` that resolves to the
10
10
result object when it completes. See our guide on :doc:`Promises and
11
11
Callbacks </fundamentals/promises>` for more information, or the
12
12
:node-api:`API documentation <Collection.html#~insertOneWriteOpResult>` for
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Replace a Document
6
6
7
7
.. note::
8
8
If you specify a callback method, ``replaceOne()`` returns nothing. If you
9
- not specify one, this method returns a ``Promise`` that resolves to the
9
+ do not specify one, this method returns a ``Promise`` that resolves to the
10
10
result object when it completes. See our guide on :doc:`Promises and
11
11
Callbacks </fundamentals/promises>` for more information, or the
12
12
:node-api:`API documentation <Collection.html#~updateWriteOpResult>` for
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Update Multiple Documents
6
6
7
7
.. note::
8
8
If you specify a callback method, ``updateMany()`` returns nothing. If you
9
- not specify one, this method returns a ``Promise`` that resolves to the
9
+ do not specify one, this method returns a ``Promise`` that resolves to the
10
10
result object when it completes. See our guide on :doc:`Promises and
11
11
Callbacks </fundamentals/promises>` for more information, or the
12
12
:node-api:`API documentation <Collection.html#~resultCallback>` for
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Update a Document
6
6
7
7
.. note::
8
8
If you specify a callback method, ``updateOne()`` returns nothing. If you
9
- not specify one, this method returns a ``Promise`` that resolves to the
9
+ do not specify one, this method returns a ``Promise`` that resolves to the
10
10
result object when it completes. See our guide on :doc:`Promises and
11
11
Callbacks </fundamentals/promises>` for more information, or the
12
12
:node-api:`API documentation <Collection.html#~updateWriteOpResult>` for
You can’t perform that action at this time.
0 commit comments