We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d143094 commit fe95507Copy full SHA for fe95507
doc/api/events.md
@@ -830,7 +830,7 @@ events. Listeners installed using this symbol are called before the regular
830
`'error'` listeners are called.
831
832
Installing a listener using this symbol does not change the behavior once an
833
-`'error'` event is emitted, therefore the process will still crash if no
+`'error'` event is emitted. Therefore, the process will still crash if no
834
regular `'error'` listener is installed.
835
836
## `events.getEventListeners(emitterOrTarget, eventName)`
0 commit comments