From 79f500750dc36ce76f794a72096ce574f692347c Mon Sep 17 00:00:00 2001 From: derrekcoleman <80121818+derrekcoleman@users.noreply.github.com> Date: Tue, 24 Jan 2023 15:09:50 -0800 Subject: [PATCH] Update tutorial-tic-tac-toe.md (#5458) Change "and you code" to "and your code" --- beta/src/content/learn/tutorial-tic-tac-toe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/learn/tutorial-tic-tac-toe.md b/beta/src/content/learn/tutorial-tic-tac-toe.md index 4dcfddcdc..0baf71f58 100644 --- a/beta/src/content/learn/tutorial-tic-tac-toe.md +++ b/beta/src/content/learn/tutorial-tic-tac-toe.md @@ -986,7 +986,7 @@ At this point you should see a empty tic-tac-toe board: ![empty board](../images/tutorial/empty-board.png) -And you code should look like this: +And your code should look like this: