Skip to content

Commit

Permalink
doc events: correct effects to affects
Browse files Browse the repository at this point in the history
  • Loading branch information
gowpen committed Nov 6, 2017
1 parent 11a9f36 commit a6409a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ property can be used. If this value is not a positive number, a `TypeError`
will be thrown.

Take caution when setting the `EventEmitter.defaultMaxListeners` because the
change effects *all* `EventEmitter` instances, including those created before
change affects *all* `EventEmitter` instances, including those created before
the change is made. However, calling [`emitter.setMaxListeners(n)`][] still has
precedence over `EventEmitter.defaultMaxListeners`.

Expand Down

0 comments on commit a6409a2

Please sign in to comment.