Browse Source

corrected preposition in tutorial.md (#2986)

main
Andrew MacGinitie 4 years ago
committed by GitHub
parent
commit
6990d69854
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/tutorial/tutorial.md

2
content/tutorial/tutorial.md

@ -1195,7 +1195,7 @@ Congratulations! You've created a tic-tac-toe game that:
* Stores a game's history as a game progresses, * Stores a game's history as a game progresses,
* Allows players to review a game's history and see previous versions of a game's board. * Allows players to review a game's history and see previous versions of a game's board.
Nice work! We hope you now feel like you have a decent grasp on how React works. Nice work! We hope you now feel like you have a decent grasp of how React works.
Check out the final result here: **[Final Result](https://codepen.io/gaearon/pen/gWWZgR?editors=0010)**. Check out the final result here: **[Final Result](https://codepen.io/gaearon/pen/gWWZgR?editors=0010)**.

Loading…
Cancel
Save