We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1075576 commit f50b0dbCopy full SHA for f50b0db
docs/env.md
@@ -63,7 +63,7 @@ In addition to `VUE_APP_*` variables, there are also two special variables that
63
All resolved env variables will be available inside `public/index.html` via [lodash template interpolation](https://lodash.com/docs/4.17.5#template):
64
65
- `<%= VAR %>` for unescaped interpolation;
66
-- `<%- VAR %>` for HTML-escaped interpolationl;
+- `<%- VAR %>` for HTML-escaped interpolation;
67
- `<% expression %>` for JavaScript control flows.
68
69
For example, to reference static assets copied from the root of `public`, you will need to use the `BASE_URL` variable:
0 commit comments