Skip to content

Commit 1aff9fa

Browse files
Trottjuanarbol
authored andcommitted
doc: remove comma splice in events.md
PR-URL: #42484 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent bd2d437 commit 1aff9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ events. Listeners installed using this symbol are called before the regular
828828
`'error'` listeners are called.
829829

830830
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
831+
`'error'` event is emitted. Therefore, the process will still crash if no
832832
regular `'error'` listener is installed.
833833

834834
## `events.getEventListeners(emitterOrTarget, eventName)`

0 commit comments

Comments
 (0)