Skip to content

Commit fc04c46

Browse files
Correct typo
The commands that follow `npm create vite@latest part -- --template react` suggest we should be creating a `part1` directory via `npm create`
1 parent 36542d8 commit fc04c46

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
@@ -15,7 +15,7 @@ The easiest way to get started by far is by using a tool called
1515
Let's create an application called <i>part1</i>, navigate to its directory and install the libraries:
1616

1717
```bash
18-
npm create vite@latest part -- --template react
18+
npm create vite@latest part1 -- --template react
1919
cd part1
2020
npm install
2121
```

0 commit comments

Comments
 (0)