doc: fix unhandled to uncaught

PR-URL: https://github.com/nodejs/node/pull/20293
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Ruben Bridgewater 2018-04-25 17:41:32 +02:00
parent 8c12e01bf8
commit bda2eaf3d5
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762

View File

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