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..88cd26735a7 100644
--- a/src/content/blog/2025/10/01/react-19-2.md
+++ b/src/content/blog/2025/10/01/react-19-2.md
@@ -237,13 +237,13 @@ 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.
-In React 19.2, suspense boundaries are batched for a small amount of time, to allow revealing more content together.
+In React 19.2, Suspense boundaries are batched for a small amount of time, to allow revealing more content together.
@@ -323,7 +323,7 @@ Notable bug fixes
- `react`: Fix infinite useDeferredValue loop in popstate event [#32821](https://github.com/facebook/react/pull/32821)
- `react`: Fix a bug when an initial value was passed to useDeferredValue [#34376](https://github.com/facebook/react/pull/34376)
- `react`: Fix a crash when submitting forms with Client Actions [#33055](https://github.com/facebook/react/pull/33055)
-- `react`: Hide/unhide the content of dehydrated suspense boundaries if they resuspend [#32900](https://github.com/facebook/react/pull/32900)
+- `react`: Hide/unhide the content of dehydrated Suspense boundaries if they resuspend [#32900](https://github.com/facebook/react/pull/32900)
- `react`: Avoid stack overflow on wide trees during Hot Reload [#34145](https://github.com/facebook/react/pull/34145)
- `react`: Improve component stacks in various places [#33629](https://github.com/facebook/react/pull/33629), [#33724](https://github.com/facebook/react/pull/33724), [#32735](https://github.com/facebook/react/pull/32735), [#33723](https://github.com/facebook/react/pull/33723)
- `react`: Fix a bug with React.use inside React.lazy-ed Component [#33941](https://github.com/facebook/react/pull/33941)