Skip to content

Commit 6a4313a

Browse files
committed
docs: capitalize pending Actions in useTransition
1 parent 3e01c97 commit 6a4313a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/useTransition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ This is recommended for three reasons:
12481248
12491249
- [Transitions are interruptible,](#perform-non-blocking-updates-with-actions) which lets the user click away without waiting for the re-render to complete.
12501250
- [Transitions prevent unwanted loading indicators,](#preventing-unwanted-loading-indicators) which lets the user avoid jarring jumps on navigation.
1251-
- [Transitions wait for all pending actions](#perform-non-blocking-updates-with-actions) which lets the user wait for side effects to complete before the new page is shown.
1251+
- [Transitions wait for all pending Actions](#perform-non-blocking-updates-with-actions) which lets the user wait for side effects to complete before the new page is shown.
12521252
12531253
Here is a simplified router example using Transitions for navigations.
12541254

0 commit comments

Comments
 (0)