Skip to content

Commit

Permalink
vale fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Dec 10, 2024
1 parent 02b1720 commit ef63a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fundamentals/crud/write-operations/bulk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ operations. You can perform bulk write operations at the following levels:
Collection Bulk Write
---------------------

Bulk operations consist of a large number of write operations. The
Bulk operations consist of many write operations. The
``MongoCollection.bulkWrite()`` method splits operations of different kinds into
different batches. For example, when the method is passed an ``insertOne()``,
``insertMany()``, and ``replaceOne()`` operation, it will split the insert operations
Expand Down

0 comments on commit ef63a45

Please sign in to comment.