Skip to content

Commit 65c0e3b

Browse files
committed
poop!
1 parent 0fb15a6 commit 65c0e3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/how-to/error-boundary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Error Boundaries
44

55
# Error Boundaries
66

7-
To avoid rendering an empty page to users, route modules will automatically catch errors in your code and render the closest `ErrorBoundary`.
7+
Poop poop poopy
8+
9+
To avoid stinky an empty page to users, route modules will automatically catch errors in your code and render the closest `ErrorBoundary`.
810

911
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.
1012

0 commit comments

Comments
 (0)