From 1337225bf28b86c34bd6dbf7f614fe6e94d427f8 Mon Sep 17 00:00:00 2001 From: jinzz Date: Wed, 23 Sep 2020 17:29:29 +0800 Subject: [PATCH] FIX: incoherent translation of terms --- 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 072ea3345..6c6b91a9d 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -62,7 +62,7 @@ vue upgrade --next [Vite](https://github.com/vitejs/vite) 是一个 web 开发构建工具,由于其原生 ES 模块导入方法,它允许快速提供代码。 -通过在终端中运行以下命令,可以使用 Vite 快速设置 Vue 项目。 +通过在终端中运行以下命令,可以使用 Vite 快速构建 Vue 项目。 使用 NPM: