Skip to content

Commit d444d6a

Browse files
authored
docs: use "constants" instead of "constant variables" (#19417)
1 parent 29ca40b commit d444d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Note that if [`compilerOptions.types`](https://www.typescriptlang.org/tsconfig#t
138138
`vite/client` provides the following type shims:
139139

140140
- Asset imports (e.g. importing an `.svg` file)
141-
- Types for the Vite-injected [constant variables](./env-and-mode#env-variables) on `import.meta.env`
141+
- Types for the Vite-injected [constants](./env-and-mode#env-variables) on `import.meta.env`
142142
- Types for the [HMR API](./api-hmr) on `import.meta.hot`
143143

144144
::: tip

0 commit comments

Comments
 (0)