Skip to content

Commit f1b0f86

Browse files
authored
Fix typo on tutorial-tic-tac-toe.md (#6843)
Change the tense of "build" to "building".
1 parent 0b9ae66 commit f1b0f86

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
@@ -2915,4 +2915,4 @@ If you have extra time or want to practice your new React skills, here are some
29152915
1. When someone wins, highlight the three squares that caused the win (and when no one wins, display a message about the result being a draw).
29162916
1. Display the location for each move in the format (row, col) in the move history list.
29172917
2918-
Throughout this tutorial, you've touched on React concepts including elements, components, props, and state. Now that you've seen how these concepts work when building a game, check out [Thinking in React](/learn/thinking-in-react) to see how the same React concepts work when build an app's UI.
2918+
Throughout this tutorial, you've touched on React concepts including elements, components, props, and state. Now that you've seen how these concepts work when building a game, check out [Thinking in React](/learn/thinking-in-react) to see how the same React concepts work when building an app's UI.

0 commit comments

Comments
 (0)