diff --git a/doc/api/events.md b/doc/api/events.md index 56dee20838c..1a2c0fbfdaf 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -828,7 +828,7 @@ events. Listeners installed using this symbol are called before the regular `'error'` listeners are called. Installing a listener using this symbol does not change the behavior once an -`'error'` event is emitted, therefore the process will still crash if no +`'error'` event is emitted. Therefore, the process will still crash if no regular `'error'` listener is installed. ## `events.getEventListeners(emitterOrTarget, eventName)`