We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8724c44 commit c9ef04aCopy full SHA for c9ef04a
doc/api/events.md
@@ -430,7 +430,7 @@ added for a particular event. This is a useful default that helps finding
430
memory leaks. Obviously, not all events should be limited to just 10 listeners.
431
The `emitter.setMaxListeners()` method allows the limit to be modified for this
432
specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`)
433
-for to indicate an unlimited number of listeners.
+to indicate an unlimited number of listeners.
434
435
Returns a reference to the `EventEmitter` so calls can be chained.
436
0 commit comments