Skip to content

Commit 342fddb

Browse files
authored
Revert inappropriate capitalization of "Transition" (#6746)
1 parent 11a7479 commit 342fddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/Suspense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ function Router() {
17411741
// ...
17421742
```
17431743
1744-
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:
1744+
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:
17451745
17461746
<Sandpack>
17471747

0 commit comments

Comments
 (0)