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

You need to sign in or sign up before continuing.
Commit 6ef5bdb2 by Mick Hansen

Merge pull request #4769 from adam-back/patch-1

[docs] Fixed beforeBulkUpdate explanation.
2 parents 03132945 023686e6
Showing with 1 additions and 1 deletions
...@@ -334,7 +334,7 @@ Hooks.hasHooks = Hooks.hasHook; ...@@ -334,7 +334,7 @@ Hooks.hasHooks = Hooks.hasHook;
*/ */
/** /**
* A hook that is run after updating instances in bulk * A hook that is run before updating instances in bulk
* @param {String} name * @param {String} name
* @param {Function} fn A callback function that is called with options * @param {Function} fn A callback function that is called with options
* @name beforeBulkUpdate * @name beforeBulkUpdate
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!