Skip to content

Commit a731cb6

Browse files
authored
Merge pull request #762 from BenDiuguid/patch-1
Fix typo in pluginsapi/index.md
2 parents 4d3f4fc + 24c09d2 commit a731cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pluginsapi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It must accept arguments from the previous plugin that was executed. The value f
6767

6868
`applyPluginsAsync(name: string, args: any..., callback: (err?: Error) -> void)`
6969

70-
The plugin handler functions are called with all args and a callback function with the signature `(err?: Error) -> void`. The hander functions are called in order of registration.`callback` is called after all the handlers are called.
70+
The plugin handler functions are called with all args and a callback function with the signature `(err?: Error) -> void`. The handler functions are called in order of registration.`callback` is called after all the handlers are called.
7171
This is also a commonly used pattern for events like `"emit"`, `"run"`.
7272

7373
- __async waterfall__ The plugins will be applied asynchronously in the waterfall manner.

0 commit comments

Comments
 (0)