Update error-handling.mdx

This commit is contained in:
Jacob Nguyen
2025-01-18 12:49:19 -06:00
committed by GitHub
parent 8e9d895d1a
commit 515d2ced78

View File

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