From 342fddb04ff7bdeb7176e74e638f8721508262de Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Thu, 11 Apr 2024 00:19:19 +0900 Subject: [PATCH] Revert inappropriate capitalization of "Transition" (#6746) --- 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: