Skip to content

Commit

Permalink
Fix typo in hooks docs (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericirish committed Nov 8, 2020
1 parent 358e655 commit 45c6146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ Wrap MongoDB foreign keys in ObjectID.
In MongoDB, foreign keys must be wrapped in ObjectID when used in a query, e.g. `comment.find({ query: { authorId: new ObjectID('111111111111') } })`.
`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.
`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.
## paramsFromClient
Expand Down

0 comments on commit 45c6146

Please sign in to comment.