Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Oct 1, 2023
1 parent 9a27010 commit 02d530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ErrorBoundary.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const Example = withErrorBoundary(
)
```

## Controlling multiple `<ErrorBoundary/>s`
## Controlling multiple `<ErrorBoundary/>`s

`<ErrorBoundary/>` is more powerful when used with `<ErrorBoundaryGroup/>`.
Control multiple `<ErrorBoundary/>`s with `<ErrorBoundaryGroup/>`.
Expand Down

2 comments on commit 02d530a

@vercel
Copy link

@vercel vercel bot commented on 02d530a Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./websites/docs

docs-git-main-suspensive.vercel.app
docs-suspensive.vercel.app
docs.suspensive.org
suspensive.org
www.suspensive.org

@vercel
Copy link

@vercel vercel bot commented on 02d530a Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization-git-main-suspensive.vercel.app
visualization-suspensive.vercel.app
visualization.suspensive.org

Please sign in to comment.