From c139d2ab8d8404fa9126bd853eb2e0a3654a74b8 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Wed, 25 Apr 2018 17:41:32 +0200 Subject: [PATCH] doc: fix unhandled to uncaught PR-URL: https://github.com/nodejs/node/pull/20293 Reviewed-By: Vse Mozhet Byt Reviewed-By: Richard Lau Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index df81718e7d7fb0..c1322492118b46 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -107,7 +107,7 @@ pass or fail). 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 -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 [`'uncaughtException'`][] event.