From c9d1dd09f6300e807dcda6a096bcc2b22a201d6c Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sun, 21 Jan 2024 20:14:34 +0900 Subject: [PATCH 1/2] Fix typo in Tic-Tac-Toe tutorial --- 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 7a829a52474..7d632e3c404 100644 --- a/src/content/learn/tutorial-tic-tac-toe.md +++ b/src/content/learn/tutorial-tic-tac-toe.md @@ -337,7 +337,7 @@ import './styles.css'; import App from './App'; ``` -Lines 1-5 brings all the necessary pieces together: +Lines 1-5 bring all the necessary pieces together: * React * React's library to talk to web browsers (React DOM) From d7ea52e09261395175846097afa64e8430925c27 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sun, 21 Jan 2024 20:21:28 +0900 Subject: [PATCH 2/2] Retrigger GitHub Actions