diff --git a/src/guide/installation.md b/src/guide/installation.md index 78d69a62cc..03f44207fe 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -90,7 +90,7 @@ vue upgrade --next ## Vite -[Vite](https://github.com/vitejs/vite) is a web development build tool that allows for lightning fast serving of code due its native ES Module import approach. +[Vite](https://github.com/vitejs/vite) is a web development build tool that allows for lightning fast serving of code due to its native ES Module import approach. Vue projects can quickly be set up with Vite by running the following commands in your terminal.