Skip to content

Commit 0723ceb

Browse files
lee-zhihaoqunjiang
authored andcommitted
docs(zh): fix typo in mode-and-env.md (#4143) [ci skip]
1 parent f683ee8 commit 0723ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/zh/guide/mode-and-env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ VUE_APP_TITLE=My App (staging)
7676
console.log(process.env.VUE_APP_SECRET)
7777
```
7878

79-
在构建过程中,`process.env.VUE_APP_SECRET` 将会被相应的值所取代。在 `VUE_APP_SECRET=secret` 的情况下,它会被替换为 `"sercet"`
79+
在构建过程中,`process.env.VUE_APP_SECRET` 将会被相应的值所取代。在 `VUE_APP_SECRET=secret` 的情况下,它会被替换为 `"secret"`
8080

8181
除了 `VUE_APP_*` 变量之外,在你的应用代码中始终可用的还有两个特殊的变量:
8282

0 commit comments

Comments
 (0)