From f2074a481f1232c6e42a2f503ad8f4c0168b27dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8E=9F=E7=A5=96=E7=BE=A9?= Date: Thu, 28 Nov 2024 10:34:43 +0800 Subject: [PATCH] onClick should be attribute rather component --- src/content/learn/tutorial-tic-tac-toe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/tutorial-tic-tac-toe.md b/src/content/learn/tutorial-tic-tac-toe.md index 6487e8007fc..df232671290 100644 --- a/src/content/learn/tutorial-tic-tac-toe.md +++ b/src/content/learn/tutorial-tic-tac-toe.md @@ -1329,7 +1329,7 @@ In the end the user sees that the upper left square has changed from empty to ha -The DOM `