From bd9f3ea2cd8a8a3ea85eba84c47769f238cbd362 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 24 Dec 2022 13:54:54 +0000 Subject: [PATCH] Typo --- 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 37a1e7c52..900d2e48c 100644 --- a/beta/src/content/learn/tutorial-tic-tac-toe.md +++ b/beta/src/content/learn/tutorial-tic-tac-toe.md @@ -504,7 +504,7 @@ body { -Psssst... That's a lot of code! It's okay and copy and paste it from this tutorial. However, if you're up for a little challenge, we recommend to only copy the code that you've manually typed at least once yourself. +Psssst... That's a lot to type! It's okay to copy and paste code from this page. However, if you're up for a little challenge, we recommend to only copy the code that you've manually typed at least once yourself.