We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f683ee8 commit 0723cebCopy full SHA for 0723ceb
docs/zh/guide/mode-and-env.md
@@ -76,7 +76,7 @@ VUE_APP_TITLE=My App (staging)
76
console.log(process.env.VUE_APP_SECRET)
77
```
78
79
-在构建过程中,`process.env.VUE_APP_SECRET` 将会被相应的值所取代。在 `VUE_APP_SECRET=secret` 的情况下,它会被替换为 `"sercet"`。
+在构建过程中,`process.env.VUE_APP_SECRET` 将会被相应的值所取代。在 `VUE_APP_SECRET=secret` 的情况下,它会被替换为 `"secret"`。
80
81
除了 `VUE_APP_*` 变量之外,在你的应用代码中始终可用的还有两个特殊的变量:
82
0 commit comments