Skip to content

Commit fe95507

Browse files
authored
doc: remove comma splice in events.md
PR-URL: #42484 Reviewed-By: Mestery <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent d143094 commit fe95507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ events. Listeners installed using this symbol are called before the regular
830830
`'error'` listeners are called.
831831

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

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

0 commit comments

Comments
 (0)