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 29ca40b commit d444d6aCopy full SHA for d444d6a
docs/guide/features.md
@@ -138,7 +138,7 @@ Note that if [`compilerOptions.types`](https://www.typescriptlang.org/tsconfig#t
138
`vite/client` provides the following type shims:
139
140
- 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`
+- Types for the Vite-injected [constants](./env-and-mode#env-variables) on `import.meta.env`
142
- Types for the [HMR API](./api-hmr) on `import.meta.hot`
143
144
::: tip
0 commit comments