We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef277a commit a42121eCopy full SHA for a42121e
src/content/reference/react-dom/client/hydrateRoot.md
@@ -400,7 +400,7 @@ The <CodeStep step={1}>onCaughtError</CodeStep> option is a function called with
400
1. The <CodeStep step={2}>error</CodeStep> that was thrown.
401
2. An <CodeStep step={3}>errorInfo</CodeStep> object that contains the <CodeStep step={4}>componentStack</CodeStep> of the error.
402
403
-Together with `onUncaughtError` and `onRecoverableError`, you can can implement your own error reporting system:
+Together with `onUncaughtError` and `onRecoverableError`, you can implement your own error reporting system:
404
405
<Sandpack>
406
0 commit comments