You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/infra/mongodb/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ There are two flavours of the `Filter` function:
99
99
- Use the native `FilterDefinitionBuilder`
100
100
- Use the function that returns a boolean as shown in the example above
101
101
102
-
Filters are required for `UndateOne`, `UpdateMany`, `DeleteOne` and `DeleteMany` operations.
102
+
Filters are required for `UpdateOne`, `UpdateMany`, `DeleteOne` and `DeleteMany` operations.
103
103
104
104
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:
0 commit comments