Skip to content

Commit 5138086

Browse files
Update src/routes/concepts/control-flow/error-boundary.mdx
Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent 998a751 commit 5138086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/concepts/control-flow/error-boundary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ However, an important note is that errors occurring outside the rendering proces
1212

1313
The `fallback` prop can be used to display a user-friendly error message or notification when an error occurs.
1414
If a function id passed to `fallback`, it will receive the error object as well as a `reset` function.
15-
The `reset` function forces the `<ErrorBoundary>` to re-render its children and resets the error state, providing users with a way to recover from the error.
15+
The `reset` function forces the `<ErrorBoundary>` to re-render its children and reset the error state, providing users with a way to recover from the error.
1616

1717
```tsx
1818
import { ErrorBoundary } from "solid-js";

0 commit comments

Comments
 (0)