Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/guide/mode-and-env.md
Co-Authored-By: Natalia Tepluhina <[email protected]>
  • Loading branch information
techieforfun and NataliaTepluhina authored Jul 24, 2019
commit 6ace1e9176858353cc11a6954424b0e520e5d12a
2 changes: 1 addition & 1 deletion docs/guide/mode-and-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ In both cases, the app is built as a production app because of the `NODE_ENV`, b

### Using Env Variables in Client-side Code

You can access them in your application code:
You can access env variables in your application code:

``` js
console.log(process.env.VUE_APP_SECRET)
Expand Down