Skip to content

Commit 45c6146

Browse files
authored
Fix typo in hooks docs (#610)
1 parent 358e655 commit 45c6146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ Wrap MongoDB foreign keys in ObjectID.
13591359
13601360
In MongoDB, foreign keys must be wrapped in ObjectID when used in a query, e.g. `comment.find({ query: { authorId: new ObjectID('111111111111') } })`.
13611361
1362-
`mongoKeys` automates this, given the field names of all the foreign keys in the schema. This reduces the boilerplate cluuter and reduces the chance of bugs occurring.
1362+
`mongoKeys` automates this, given the field names of all the foreign keys in the schema. This reduces the boilerplate clutter and reduces the chance of bugs occurring.
13631363
13641364
13651365
## paramsFromClient

0 commit comments

Comments
 (0)