diff --git a/doc/api/events.md b/doc/api/events.md index 1a2c0fbfdaf..cf5955ed921 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -810,7 +810,7 @@ The [`--trace-warnings`][] command-line flag can be used to display the stack trace for such warnings. The emitted warning can be inspected with [`process.on('warning')`][] and will -have the additional `emitter`, `type` and `count` properties, referring to +have the additional `emitter`, `type`, and `count` properties, referring to the event emitter instance, the event’s name and the number of attached listeners, respectively. Its `name` property is set to `'MaxListenersExceededWarning'`.