Skip to content

Commit e308481

Browse files
Update src/content/reference/react/useTransition.md
Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
1 parent 3b81a6f commit e308481

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
@@ -1742,7 +1742,7 @@ You can't call `useTransition` outside a component because it's a Hook. In this
17421742
case, the standalone [`startTransition`](/reference/react/startTransition)
17431743
function can mark state updates as Transitions. It does not provide the
17441744
`isPending` flag. Because the standalone function is not associated with a
1745-
component, an Error Boundary cannot handle errors from its Action.
1745+
component, an Error Boundary cannot handle errors from its Transition.
17461746
17471747
---
17481748

0 commit comments

Comments
 (0)