diff --git a/doc/api/events.md b/doc/api/events.md index e16cadf879d9c9..5224664af5655e 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)`