Skip to content

Commit d719337

Browse files
wayouskipjack
authored andcommitted
docs(contribute): fix typo in writing-a-plugin (#1808)
1 parent 4dd9f94 commit d719337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/contribute/writing-a-plugin.md

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

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

190-
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.
190+
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.
191191
This is also a commonly used pattern for events like `"emit"`, `"run"`.
192192

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

0 commit comments

Comments
 (0)