Skip to content

Commit

Permalink
docs: use "constants" instead of "constant variables" (#19417)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Feb 13, 2025
1 parent 29ca40b commit d444d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Note that if [`compilerOptions.types`](https://www.typescriptlang.org/tsconfig#t
`vite/client` provides the following type shims:

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

::: tip
Expand Down

0 comments on commit d444d6a

Please sign in to comment.