Browse Source

Fix typo in tutorial-tic-tac-toe.md (#5436)

main
derrekcoleman 2 years ago
committed by GitHub
parent
commit
0eba7f671e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/learn/tutorial-tic-tac-toe.md

2
beta/src/content/learn/tutorial-tic-tac-toe.md

@ -805,7 +805,7 @@ If you click on any Square, an "X" should show up:
Note that each Square has its own state: the `value` stored in each Square is completely independent of the others. When you call a `set` function in a component, React automatically updates the child components inside of it too.
After your made the above changes, your code will look like this:
After you've made the above changes, your code will look like this:
<Sandpack>

Loading…
Cancel
Save