Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit c9a786a

Browse files
authored
Fixed typo
1 parent 5c21f9d commit c9a786a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infra/mongodb/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ There are two flavours of the `Filter` function:
9999
- Use the native `FilterDefinitionBuilder`
100100
- Use the function that returns a boolean as shown in the example above
101101

102-
Filters are required for `UndateOne`, `UpdateMany`, `DeleteOne` and `DeleteMany` operations.
102+
Filters are required for `UpdateOne`, `UpdateMany`, `DeleteOne` and `DeleteMany` operations.
103103

104104
When you use `UpdateOne` or `DeleteOne` you can simplify the filter further by using the `Id` function instead of `Filter`. There, you just need to provide a function to get the document id from the event:
105105

0 commit comments

Comments
 (0)