From a42121e4793f3144a2f00b5862de974bc2da87a3 Mon Sep 17 00:00:00 2001 From: Joonyoung Hong Date: Fri, 21 Feb 2025 03:59:42 +0900 Subject: [PATCH] fix: correct typo in hydrateRoot.md (#7637) --- 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 887cab7d2..ca4708845 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: