Skip to content

Commit 08e2251

Browse files
authored
docs: grammar fix in getting started guide (#7972)
1 parent 258775b commit 08e2251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Running `vite` starts the dev server using the current working directory as root
113113

114114
## Command Line Interface
115115

116-
In a project where Vite is installed, you can use the `vite` binary in your npm scripts, or run it directly with `npx vite`. Here is the default npm scripts in a scaffolded Vite project:
116+
In a project where Vite is installed, you can use the `vite` binary in your npm scripts, or run it directly with `npx vite`. Here are the default npm scripts in a scaffolded Vite project:
117117

118118
<!-- prettier-ignore -->
119119
```json5

0 commit comments

Comments
 (0)