From d444d6a113beeeb0e9d73ff157d83c45360d5699 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Thu, 13 Feb 2025 18:45:59 +0900 Subject: [PATCH] docs: use "constants" instead of "constant variables" (#19417) --- docs/guide/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/features.md b/docs/guide/features.md index 5f466c80251261..10dfe290bad4d8 100644 --- a/docs/guide/features.md +++ b/docs/guide/features.md @@ -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