Commit 37ce20a
authored
Fix grammatical error in documentation for isPending state behavior
This commit corrects a grammatical error in the description of isPending state behavior. The unclear phrase "to isPending state switches to true" has been rephrased for clarity:
"To give the user feedback about in-progress Transitions, the isPending state switches to true at the first call to startTransition and remains true until all actions are complete and the final state is shown to the user."
The update improves readability and ensures the documentation is clear and accurate.1 parent b22cbc3 commit 37ce20a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments