Skip to content

Commit db8f098

Browse files
committed
Updates based on feedback
1 parent 56757cb commit db8f098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/hooks-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ function App() {
565565
>
566566
> Updates in a transition yield to more urgent updates such as clicks.
567567
>
568-
> Updates in a transitions will not show a fallback for re-suspended content, allowing the user to continue interacting while rendering the update.
568+
> Updates in a transitions will not show a fallback for re-suspended content. This allows the user to continue interacting with the current content while rendering the update.
569569
570570
### `useId` {#useid}
571571

content/docs/reference-react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ While this is not supported today, in the future we plan to let `Suspense` handl
371371
```js
372372
React.startTransition(callback)
373373
```
374-
`React.startTransition` lets you mark updates inside the provided callback as transitions. This method is designed to be used outside a hook context when [`React.useTransition`](/docs/hooks-reference.html#usetransition) is not available.
374+
`React.startTransition` lets you mark updates inside the provided callback as transitions. This method is designed to be used when [`React.useTransition`](/docs/hooks-reference.html#usetransition) is not available.
375375

376376
> Note:
377377
>

0 commit comments

Comments
 (0)