Skip to content

Commit 65d5f7a

Browse files
authored
docs: Minor change on the staging mode example (#6365) [skip ci]
* Minor change on the staging mode example As a beginner, I was confused with the parentheses staging line of the example. I thought the parentheses were the pattern to make the env variable work. I hope the change that I made could help.
1 parent fb2205d commit 65d5f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/mode-and-env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ And the following `.env.staging` file:
8686

8787
```
8888
NODE_ENV=production
89-
VUE_APP_TITLE=My App (staging)
89+
VUE_APP_TITLE=My Staging App
9090
```
9191

9292
- `vue-cli-service build` builds a production app, loading `.env`, `.env.production` and `.env.production.local` if they are present;

0 commit comments

Comments
 (0)