Skip to content

Commit

Permalink
Revert inappropriate capitalization of "Transition" (#6746)
Browse files Browse the repository at this point in the history
  • Loading branch information
smikitky committed Apr 10, 2024
1 parent 11a7479 commit 342fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/Suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@ function Router() {
// ...
```
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:
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:
<Sandpack>
Expand Down

0 comments on commit 342fddb

Please sign in to comment.