Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 1, 2024
1 parent ad8e8af commit 734b4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/transactions/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ these tests do not run against a standalone server.
- Create a MongoClient running against a configured sharded/replica set/load balanced cluster.
- Start a new session on the client.
- Start a transaction on the session.
- Instatiate a collection object in the driver with a default write concern of `{ w: 0 }`.
- Instantiate a collection object in the driver with a default write concern of `{ w: 0 }`.
- Insert the document `{ n: 1 }` on the instantiated collection.
- Commit the transaction.
- End the session.
Expand Down

0 comments on commit 734b4fb

Please sign in to comment.