Skip to content

Commit ec72247

Browse files
authored
Reverted changes tutorial-tic-tac-toe.md
1 parent 6c53f6b commit ec72247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ At this point your code should look something like this:
431431

432432
<Sandpack>
433433

434-
```js src/App.js
434+
```js
435435
export default function Board() {
436436
return (
437437
<>
@@ -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 building 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)