Skip to content

Commit 37d7c99

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

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
@@ -22,7 +22,7 @@ For instance:
2222

2323
**Type**: `JSX.Element | ((err: any, reset: () => void) => JSX.Element)`
2424

25-
The content to display when an error occurs.
25+
`fallback` provides content to display when an error occurs.
2626
If a function is passed, it receives two parameters:
2727

2828
- `err`: The caught error object.

0 commit comments

Comments
 (0)