Skip to content

Commit

Permalink
docs: grammar fix in getting started guide (#7972)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcwebdev committed Apr 30, 2022
1 parent a30a548 commit aebaf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Expand Up @@ -113,7 +113,7 @@ Running `vite` starts the dev server using the current working directory as root

## Command Line Interface

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:
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:

<!-- prettier-ignore -->
```json5
Expand Down

0 comments on commit aebaf66

Please sign in to comment.