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