Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 15, 2022
1 parent 6f933ad commit cea793e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function done(error) {
if (error) throw error
}

function plugin(processor, options, set) {
function plugin(options, set) {
set.use(completer)
set.add('history.md')
}
Expand Down

0 comments on commit cea793e

Please sign in to comment.