Skip to content

Commit

Permalink
docs(api): fix typo (#6911)
Browse files Browse the repository at this point in the history
Issue: #6903
Co-authored-by: susan51531 <804885378@qq.com>
  • Loading branch information
susan51531 and susan51531 committed Feb 20, 2021
1 parent b046fd7 commit ebc3e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -4202,7 +4202,7 @@ TimeoutError is emitted whenever certain operations are terminated due to timeou
A small EventEmitter class backed by [Mitt](https://github.com/developit/mitt/).

#### eventEmitter.addListener(event, handler)
- `event` <[string]|[symbol]> the event to remove the handler from.
- `event` <[string]|[symbol]> the event to add the handler to.
- `handler` <[Function]> the event listener that will be added.
- returns: `this` so you can chain method calls

Expand Down

0 comments on commit ebc3e88

Please sign in to comment.