Skip to content

Commit 24d399d

Browse files
authored
Update part1a.md
fix typo
1 parent 36542d8 commit 24d399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The files <i>App.css</i> and <i>index.css</i>, and the directory <i>assets</i> m
6464

6565
### create-react-app
6666

67-
Instead od Vite you can also use the older generation tool [create-react-app](https://github.com/facebookincubator/create-react-app) in the course to set up the applications. The most visible difference to Vite is the name of the application startup file, which is <i>index.js</i>.
67+
Instead of Vite you can also use the older generation tool [create-react-app](https://github.com/facebookincubator/create-react-app) in the course to set up the applications. The most visible difference to Vite is the name of the application startup file, which is <i>index.js</i>.
6868

6969
The way to start the application is also different, it is started with a command
7070

0 commit comments

Comments
 (0)