Skip to content

Commit 31456db

Browse files
authored
chore: correct typo in useTransition docs (#7366)
1 parent d3bd0f9 commit 31456db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useTransition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function TabContainer() {
4848

4949
### `startTransition(action)` {/*starttransition*/}
5050

51-
The `startTransition` function returned by `useTransition` lets you mark a updates as a Transition.
51+
The `startTransition` function returned by `useTransition` lets you mark an update as a Transition.
5252

5353
```js {6,8}
5454
function TabContainer() {

0 commit comments

Comments
 (0)