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. :::