From 515d2ced78191fc50e0e7711e4e715e2b228e980 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 18 Jan 2025 12:49:19 -0600 Subject: [PATCH] Update error-handling.mdx --- src/content/docs/v4/reference/error-handling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/v4/reference/error-handling.mdx b/src/content/docs/v4/reference/error-handling.mdx index f6230cf9b..9b68e2431 100644 --- a/src/content/docs/v4/reference/error-handling.mdx +++ b/src/content/docs/v4/reference/error-handling.mdx @@ -52,7 +52,7 @@ This respects [node.js's default behavior](https://nodejs.org/api/events.html#er :::tip -enable `autoHandleErrors` to handle errors that occur within modules. +enable `handleModuleErrors` to handle errors that occur within modules. :::