Skip to content

Commit a42121e

Browse files
authored
fix: correct typo in hydrateRoot.md (#7637)
1 parent 6ef277a commit a42121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/client/hydrateRoot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ The <CodeStep step={1}>onCaughtError</CodeStep> option is a function called with
400400
1. The <CodeStep step={2}>error</CodeStep> that was thrown.
401401
2. An <CodeStep step={3}>errorInfo</CodeStep> object that contains the <CodeStep step={4}>componentStack</CodeStep> of the error.
402402
403-
Together with `onUncaughtError` and `onRecoverableError`, you can can implement your own error reporting system:
403+
Together with `onUncaughtError` and `onRecoverableError`, you can implement your own error reporting system:
404404
405405
<Sandpack>
406406

0 commit comments

Comments
 (0)