Skip to content

Commit c139d2a

Browse files
BridgeARMylesBorins
authored andcommitted
doc: fix unhandled to uncaught
PR-URL: #20293 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 81de533 commit c139d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pass or fail).
107107

108108
For *all* [`EventEmitter`][] objects, if an `'error'` event handler is not
109109
provided, the error will be thrown, causing the Node.js process to report an
110-
unhandled exception and crash unless either: The [`domain`][domains] module is
110+
uncaught exception and crash unless either: The [`domain`][domains] module is
111111
used appropriately or a handler has been registered for the
112112
[`'uncaughtException'`][] event.
113113

0 commit comments

Comments
 (0)