Skip to content

Commit 054eb08

Browse files
authored
docs: use "constants" instead of "constant variables" (#632) (#1023)
Co-authored-by: Rush Ali <[email protected]> closes #632 #1023
1 parent c2790ed commit 054eb08

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
@@ -141,7 +141,7 @@ Beachten Sie, dass wenn [`compilerOptions.types`](https://www.typescriptlang.org
141141
`vite/client` stellt die folgenden Arten von Shims bereit:
142142

143143
- Asset-Importe (z.B. Importieren einer `.svg`-Datei)
144-
- Typen für die in Vite eingefügten [konstanten Variablen](./env-and-mode#env-variables) auf `import.meta.env`
144+
- Typen für die in Vite eingefügten [Konstanten](./env-and-mode#env-variables) auf `import.meta.env`
145145
- Typen für die [HMR-API](./api-hmr) unter `import.meta.hot`
146146

147147
::: tip

0 commit comments

Comments
 (0)