Skip to content

Commit 61b96a2

Browse files
committed
Fix bad formatting
1 parent 73be537 commit 61b96a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/tutorial/tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ npx create-react-app my-app
8282

8383
3. Delete all files in the `src/` folder of the new project
8484

85-
> Note: **don't delete the entire `src` folder, just the original source files inside it.**. We'll replace the default source files with examples for this project in the next step.
85+
> Note:
86+
>
87+
>**Don't delete the entire `src` folder, just the original source files inside it.** We'll replace the default source files with examples for this project in the next step.
8688
8789
```bash
8890
cd my-app

0 commit comments

Comments
 (0)