Browse Source

Fix 'queueing a series of state changes->updates' typo in beta docs (#5187)

main
Melissa Thai 2 years ago
committed by GitHub
parent
commit
30cafefc9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      beta/src/content/learn/adding-interactivity.md

6
beta/src/content/learn/adding-interactivity.md

@ -313,7 +313,7 @@ Read **[State as a Snapshot](/learn/state-as-a-snapshot)** to learn why state ap
</LearnMore>
## Queueing a series of state changes {/*queueing-a-series-of-state-changes*/}
## Queueing a series of state updates {/*queueing-a-series-of-state-updates*/}
This component is buggy: clicking "+3" increments the score only once.
@ -395,9 +395,9 @@ button { display: inline-block; margin: 10px; font-size: 20px; }
</Sandpack>
<LearnMore path="/learn/queueing-a-series-of-state-changes">
<LearnMore path="/learn/queueing-a-series-of-state-updates">
Read **[Queueing a Series of State Changes](/learn/queueing-a-series-of-state-changes)** to learn how to queue multiple updates before the next render.
Read **[Queueing a Series of State Updates](/learn/queueing-a-series-of-state-updates)** to learn how to queue multiple updates before the next render.
</LearnMore>

Loading…
Cancel
Save