From 45e4b521cd422ec3680120b7b6509003ff8aa3de Mon Sep 17 00:00:00 2001 From: Travis Potter Date: Mon, 26 Dec 2022 20:12:38 -0500 Subject: [PATCH] Fixed property "value" typo'd as "values" (#5404) --- beta/src/content/learn/tutorial-tic-tac-toe.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/beta/src/content/learn/tutorial-tic-tac-toe.md b/beta/src/content/learn/tutorial-tic-tac-toe.md index 2d0fcc27..a8322a3f 100644 --- a/beta/src/content/learn/tutorial-tic-tac-toe.md +++ b/beta/src/content/learn/tutorial-tic-tac-toe.md @@ -955,19 +955,19 @@ export default function Board() { return ( <>
- - - + + +
- - - + + +
- - - + + +
);