Skip to content

Commit 9f3988a

Browse files
authored
Correct typo in Vite section of installation.md (#1141)
1 parent 9be25f7 commit 9f3988a

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
@@ -90,7 +90,7 @@ vue upgrade --next
9090

9191
## Vite
9292

93-
[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.
93+
[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.
9494

9595
Vue projects can quickly be set up with Vite by running the following commands in your terminal.
9696

0 commit comments

Comments
 (0)