Skip to content

Commit 1e5df84

Browse files
typo fix (#172)
1 parent 3b98fae commit 1e5df84

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

source/usage-examples/deleteMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Delete Multiple Documents
66

77
.. note::
88
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
1010
result object when it completes. See our guide on :doc:`Promises and
1111
Callbacks </fundamentals/promises>` for more information, or the
1212
:node-api:`API documentation <Collection.html#~deleteWriteOpResult>` for

source/usage-examples/deleteOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Delete a Document
66

77
.. note::
88
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
1010
result object when it completes. See our guide on :doc:`Promises and
1111
Callbacks </fundamentals/promises>` for more information, or the
1212
:node-api:`API documentation <Collection.html#~deleteWriteOpResult>` for

source/usage-examples/insertMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Insert Multiple Documents
66

77
.. note::
88
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
1010
result object when it completes. See our guide on :doc:`Promises and
1111
Callbacks </fundamentals/promises>` for more information, or the
1212
:node-api:`API documentation <Collection.html#~insertWriteOpResult>` for

source/usage-examples/insertOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Insert a Document
66

77
.. note::
88
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
1010
result object when it completes. See our guide on :doc:`Promises and
1111
Callbacks </fundamentals/promises>` for more information, or the
1212
:node-api:`API documentation <Collection.html#~insertOneWriteOpResult>` for

source/usage-examples/replaceOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Replace a Document
66

77
.. note::
88
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
1010
result object when it completes. See our guide on :doc:`Promises and
1111
Callbacks </fundamentals/promises>` for more information, or the
1212
:node-api:`API documentation <Collection.html#~updateWriteOpResult>` for

source/usage-examples/updateMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Update Multiple Documents
66

77
.. note::
88
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
1010
result object when it completes. See our guide on :doc:`Promises and
1111
Callbacks </fundamentals/promises>` for more information, or the
1212
:node-api:`API documentation <Collection.html#~resultCallback>` for

source/usage-examples/updateOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Update a Document
66

77
.. note::
88
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
1010
result object when it completes. See our guide on :doc:`Promises and
1111
Callbacks </fundamentals/promises>` for more information, or the
1212
:node-api:`API documentation <Collection.html#~updateWriteOpResult>` for

0 commit comments

Comments
 (0)