Skip to content

(DOCSP-12707): Fix Typos on Bulk Operations Subsection of Crud and Aggregation APIs Page #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/mongodb/crud-and-aggregation-apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ You define ordered bulk operations by calling
:node-driver:`collection.initializeOrderedBulkOp()
<Collection.html#initializeOrderedBulkOp>` and manipulating the
:node-driver:`OrderedBulkOperation <OrderedBulkOperation.html>` object that it
retuns.
returns.

{+service-short+} supports the following ``OrderedBulkOperation`` methods:

Expand Down Expand Up @@ -454,11 +454,11 @@ retuns.
Unordered Bulk Write Operation Availability
+++++++++++++++++++++++++++++++++++++++++++

You define ordered bulk operations by calling
You define unordered bulk operations by calling
:node-driver:`collection.initializeUnorderedBulkOp()
<Collection.html#initializeUnorderedBulkOp>` and manipulating the
:node-driver:`OrderedBulkOperation <UnorderedBulkOperation.html>` object that it
retuns.
returns.

{+service-short+} supports the following ``UnorderedBulkOperation`` methods:

Expand Down