Skip to content

Commit e018fd1

Browse files
Update src/routes/reference/components/error-boundary.mdx
Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent 746f771 commit e018fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/components/error-boundary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order: 5
44
---
55

66
The `<ErrorBoundary>` component catches errors that occur during the rendering or updating of its children, and shows a fallback UI instead.
7-
That includes:
7+
This includes:
88

99
- Errors that occur while rendering JSX.
1010
- Errors that occur within `createEffect`, `createMemo`, and other state management primitives.

0 commit comments

Comments
 (0)