Skip to content

Commit c9ef04a

Browse files
greysonpMyles Borins
authored and
Myles Borins
committed
doc: fix events typo
This commit removes an extraneous word. PR-URL: #7329 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent 8724c44 commit c9ef04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ added for a particular event. This is a useful default that helps finding
430430
memory leaks. Obviously, not all events should be limited to just 10 listeners.
431431
The `emitter.setMaxListeners()` method allows the limit to be modified for this
432432
specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`)
433-
for to indicate an unlimited number of listeners.
433+
to indicate an unlimited number of listeners.
434434

435435
Returns a reference to the `EventEmitter` so calls can be chained.
436436

0 commit comments

Comments
 (0)