Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cea793e

Browse files
committed
Fix typo in docs
Related-to: unifiedjs/unified#195.
1 parent 6f933ad commit cea793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function done(error) {
3232
if (error) throw error
3333
}
3434

35-
function plugin(processor, options, set) {
35+
function plugin(options, set) {
3636
set.use(completer)
3737
set.add('history.md')
3838
}

0 commit comments

Comments
 (0)