不要怂,就是干,撸起袖子干!

Commit bc9213f5 by Jan Aagaard Meier

Merge pull request #4554 from tmcleroy/patch-1

Fix typo in hooks.md
2 parents 407a65bc eb94d0d7
Showing with 1 additions and 1 deletions
...@@ -29,7 +29,7 @@ For a full list of hooks, see [Hooks API](/api/hooks). ...@@ -29,7 +29,7 @@ For a full list of hooks, see [Hooks API](/api/hooks).
afterUpdate(instance, options, fn) afterUpdate(instance, options, fn)
(6) (6)
afterBulkCreate(instances, options, fn) afterBulkCreate(instances, options, fn)
afterBulkDestory(instances, options, fn) afterBulkDestroy(instances, options, fn)
afterBulkUpdate(instances, options, fn) afterBulkUpdate(instances, options, fn)
``` ```
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!