Skip to content

Commit 3563d95

Browse files
authored
Fix typo in Tic-Tac-Toe tutorial (#6565)
1 parent b9f4f97 commit 3563d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/tutorial-tic-tac-toe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ import './styles.css';
337337
import App from './App';
338338
```
339339

340-
Lines 1-5 brings all the necessary pieces together:
340+
Lines 1-5 bring all the necessary pieces together:
341341

342342
* React
343343
* React's library to talk to web browsers (React DOM)

0 commit comments

Comments
 (0)