Skip to content

Commit 0f72262

Browse files
Capitalize Suspense in docs where referring to the React feature
1 parent 2639f36 commit 0f72262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/blog/2025/10/01/react-19-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Starting in 19.2, React will batch reveals of server-rendered Suspense boundarie
237237
238238
<Diagram name="19_2_batching_before" height={162} width={1270} alt="Diagram with three sections, with an arrow transitioning each section in between. The first section contains a page rectangle showing a glimmer loading state with faded bars. The second panel shows the top half of the page revealed and highlighted in blue. The third panel shows the entire the page revealed and highlighted in blue.">
239239
240-
Previously, during streaming server-side rendering, suspense content would immediately replace fallbacks.
240+
Previously, during streaming server-side rendering, Suspense content would immediately replace fallbacks.
241241
242242
</Diagram>
243243

0 commit comments

Comments
 (0)