From dfaf5f5fed4f49d0536db76e4f97443473433fdc 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 --- 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.