From 656ae76db0f4ccbfb480c51f1ef9731bf63c4b92 Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Wed, 10 Apr 2024 18:02:05 +0900 Subject: [PATCH] Revert inappropriate capitalization of "Transition" --- src/content/reference/react/Suspense.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/react/Suspense.md b/src/content/reference/react/Suspense.md index abb77a9df0c..7622aa1828b 100644 --- a/src/content/reference/react/Suspense.md +++ b/src/content/reference/react/Suspense.md @@ -1741,7 +1741,7 @@ function Router() { // ... ``` -This tells React that the state Transition is not urgent, and it's better to keep showing the previous page instead of hiding any already revealed content. Now clicking the button "waits" for the `Biography` to load: +This tells React that the state transition is not urgent, and it's better to keep showing the previous page instead of hiding any already revealed content. Now clicking the button "waits" for the `Biography` to load: