diff --git a/doc/api/events.md b/doc/api/events.md index 92a4e829c8..185213cf9e 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -497,7 +497,7 @@ added for a particular event. This is a useful default that helps finding memory leaks. Obviously, not all events should be limited to just 10 listeners. The `emitter.setMaxListeners()` method allows the limit to be modified for this specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`) -for to indicate an unlimited number of listeners. +to indicate an unlimited number of listeners. Returns a reference to the `EventEmitter` so calls can be chained.