Browse Source
Fix 'queueing a series of state changes->updates' typo in beta docs (#5187 )
main
Melissa Thai
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
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 >
< / LearnMore >
## Queueing a series of state changes {/*queueing-a-series-of-state-chang es*/}
## Queueing a series of state updates {/*queueing-a-series-of-state-updat es*/}
This component is buggy: clicking "+3" increments the score only once.
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 >
< / Sandpack >
< LearnMore path = "/learn/queueing-a-series-of-state-chang es" >
< LearnMore path = "/learn/queueing-a-series-of-state-updat es" >
Read ** [Queueing a Series of State Changes ](/learn/queueing-a-series-of-state-chang es )** to learn how to queue multiple updates before the next render.
Read ** [Queueing a Series of State Updates ](/learn/queueing-a-series-of-state-updat es )** to learn how to queue multiple updates before the next render.
< / LearnMore >
< / LearnMore >