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