Skip to content

Commit ac55a72

Browse files
fix grammatical error in installation.md (#953)
avoid repetition of conjunction, that. and change 'vite' to 'Vite'.
1 parent 91a4425 commit ac55a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $ yarn
9898
$ yarn dev
9999
```
100100

101-
It might occur, that when your username has a space in it like 'Mike Baker' that vite cannot succeed. Have a try with
101+
It might occur, that when your username has a space in it like 'Mike Baker', Vite cannot succeed. Have a try with
102102

103103
```bash
104104
$ create-vite-app <project-name>

0 commit comments

Comments
 (0)