Skip to content

Commit f50b0db

Browse files
guhamyyx990803
authored andcommitted
docs: fix typo in env doc (#1344)
1 parent 1075576 commit f50b0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In addition to `VUE_APP_*` variables, there are also two special variables that
6363
All resolved env variables will be available inside `public/index.html` via [lodash template interpolation](https://lodash.com/docs/4.17.5#template):
6464

6565
- `<%= VAR %>` for unescaped interpolation;
66-
- `<%- VAR %>` for HTML-escaped interpolationl;
66+
- `<%- VAR %>` for HTML-escaped interpolation;
6767
- `<% expression %>` for JavaScript control flows.
6868

6969
For example, to reference static assets copied from the root of `public`, you will need to use the `BASE_URL` variable:

0 commit comments

Comments
 (0)