Skip to content

Commit

Permalink
docs: correct error-boundary how-to doc (remix-run#12355)
Browse files Browse the repository at this point in the history
* docs: correct error-boundary how-to doc

* update contributors.yml
  • Loading branch information
foxscotch authored Nov 23, 2024
1 parent c03f3ad commit 6b8d3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
- faergeek
- FilipJirsak
- focusotter
- foxscotch
- frontsideair
- fyzhu
- fz6m
Expand Down
4 changes: 1 addition & 3 deletions docs/how-to/error-boundary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6b8d3e8

Please sign in to comment.