From 68795b0a4b095711a67f8f6cd06e731f26f90660 Mon Sep 17 00:00:00 2001 From: Travis Northcutt Date: Sun, 18 Jul 2021 09:45:35 -0600 Subject: [PATCH] Correct typo in Vite section of installation.md --- src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.