Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/reference/react/useOptimistic.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function handleClick() {
#### How optimistic state works {/*how-optimistic-state-works*/}
`useOptimistic` lets you show a temporary value while a Action is in progress:
`useOptimistic` lets you show a temporary value while an Action is in progress:
```js
const [value, setValue] = useState('a');
Expand Down
Loading