Skip to content

Commit b49ba94

Browse files
Update docs/platforms/javascript/guides/react-router/index.mdx
Co-authored-by: Andrei <[email protected]>
1 parent 1ab3b3f commit b49ba94

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/react-router

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/react-router/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export default wrapSentryHandleRequest(handleRequest);
364364
</Expandable>
365365

366366
<Expandable title="Do you need to customize your handleError function?">
367-
If you need to update the logic of your `handleError` function you'll need to capture errors manually:
367+
If you have custom logic in your `handleError` function, you'll need to capture errors manually:
368368

369369
```tsx {12}
370370
import {

0 commit comments

Comments
 (0)