Skip to content

Commit 1879b8a

Browse files
committed
fix codespell
1 parent 21e6224 commit 1879b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/crud/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ InsertOne: {
725725
Construct a list of write models (referred to as `models`) with `model` repeated `maxWriteBatchSize + 1` times.
726726

727727
Call `client.bulkWrite` with `models`. Pass `BulkWriteOptions` with `ordered` set to `false` and `writeConcern` set to
728-
an unacknowledged write concern. Assert no error occurred. Assert the result indiciates the write was unacknowledged.
728+
an unacknowledged write concern. Assert no error occurred. Assert the result indicates the write was unacknowledged.
729729

730730
Assert that two CommandStartedEvents (referred to as `firstEvent` and `secondEvent`) were observed for the `bulkWrite`
731731
command. Assert that the length of `firstEvent.command.ops` is `maxWriteBatchSize`. Assert that the length of

0 commit comments

Comments
 (0)