From 6990d698544302ca7ed31fc3d55c04c0d77a511b Mon Sep 17 00:00:00 2001 From: Andrew MacGinitie <40873334+macginitie@users.noreply.github.com> Date: Fri, 29 May 2020 11:02:59 -0400 Subject: [PATCH] corrected preposition in tutorial.md (#2986) --- content/tutorial/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index be2ddfa08..59643e9f8 100644 --- a/content/tutorial/tutorial.md +++ b/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, * 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)**.