Skip to content

Commit

Permalink
Fix typo in Tic-Tac-Toe tutorial (#6565)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jan 21, 2024
1 parent b9f4f97 commit 3563d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/tutorial-tic-tac-toe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3563d95

Please sign in to comment.