From 0f722626ff5c9ebd221149c39116f5f43be74886 Mon Sep 17 00:00:00 2001 From: ArhamNotSheikh <202451150@iiitvadodara.ac.in> Date: Wed, 1 Jul 2026 19:54:28 +0530 Subject: [PATCH] Capitalize Suspense in docs where referring to the React feature --- src/content/blog/2025/10/01/react-19-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2025/10/01/react-19-2.md b/src/content/blog/2025/10/01/react-19-2.md index 51c30f70a2a..dc91a80d2b3 100644 --- a/src/content/blog/2025/10/01/react-19-2.md +++ b/src/content/blog/2025/10/01/react-19-2.md @@ -237,7 +237,7 @@ Starting in 19.2, React will batch reveals of server-rendered Suspense boundarie -Previously, during streaming server-side rendering, suspense content would immediately replace fallbacks. +Previously, during streaming server-side rendering, Suspense content would immediately replace fallbacks.