From a1f6f52ce2de843d20fbfe74909e72ba34b86a1a Mon Sep 17 00:00:00 2001 From: Joonyoung Hong Date: Thu, 20 Feb 2025 11:23:27 +0900 Subject: [PATCH] fix: correct typo in hydrateRoot.md --- src/content/reference/react-dom/client/hydrateRoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/react-dom/client/hydrateRoot.md b/src/content/reference/react-dom/client/hydrateRoot.md index 887cab7d276..ca4708845f8 100644 --- a/src/content/reference/react-dom/client/hydrateRoot.md +++ b/src/content/reference/react-dom/client/hydrateRoot.md @@ -400,7 +400,7 @@ The onCaughtError option is a function called with 1. The error that was thrown. 2. An errorInfo object that contains the componentStack of the error. -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: