Skip to content

Commit d34c6a2

Browse files
authored
Fix/tictactoe docs invalid file names (#7969)
* fix: changed source file names in docs from App.js, index.js and styles.css to src/ dir * fix: updated wrong image with the correct one with current sandbox file structure * refactor: reverted all formatting and just just mention src folder in introductory section * Reverted changes tutorial-tic-tac-toe.md * added enhanced image of sandbox
1 parent b8e9faf commit d34c6a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
16.3 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ In CodeSandbox you'll see three main sections:
283283

284284
![CodeSandbox with starter code](../images/tutorial/react-starter-code-codesandbox.png)
285285

286-
1. The _Files_ section with a list of files like `App.js`, `index.js`, `styles.css` and a folder called `public`
286+
1. The _Files_ section with a list of files like `App.js`, `index.js`, `styles.css` in `src` folder and a folder called `public`
287287
1. The _code editor_ where you'll see the source code of your selected file
288288
1. The _browser_ section where you'll see how the code you've written will be displayed
289289

0 commit comments

Comments
 (0)