diff --git a/doc/api/events.md b/doc/api/events.md index 603c2407380c6b..2fd0a4287285fc 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -830,7 +830,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)`