Skip to content

Commit d93c8d1

Browse files
authored
Update javascript.react-router.mdx
1 parent 5926f8b commit d93c8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-config/javascript.react-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ startTransition(() => {
3636
});
3737
```
3838

39-
Now, update your `app/root.tsx` file to include a report any unhandled errors from your error boundary:
39+
Now, update your `app/root.tsx` file to report any unhandled errors from your error boundary:
4040

4141
```tsx {filename: app/root.tsx} {14,15}
4242
import * as Sentry from "@sentry/react";

0 commit comments

Comments
 (0)