diff --git a/contributors.yml b/contributors.yml index efab316d9e..501572fcbf 100644 --- a/contributors.yml +++ b/contributors.yml @@ -87,6 +87,7 @@ - faergeek - FilipJirsak - focusotter +- foxscotch - frontsideair - fyzhu - fz6m diff --git a/docs/how-to/error-boundary.md b/docs/how-to/error-boundary.md index f6386d3992..3bd4daa6e8 100644 --- a/docs/how-to/error-boundary.md +++ b/docs/how-to/error-boundary.md @@ -4,9 +4,7 @@ title: Error Boundaries # Error Boundaries -Poop poop poopy - -To avoid stinky an empty page to users, route modules will automatically catch errors in your code and render the closest `ErrorBoundary`. +To avoid rendering an empty page to users, route modules will automatically catch errors in your code and render the closest `ErrorBoundary`. Error boundaries are not intended for error reporting or rendering form validation errors. Please see [Form Validation](./form-validation) and [Error Reporting](./error-reporting) instead.