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.