From 2ca9ac1f2f5e936bbf40aff31b5077d275ff1fa6 Mon Sep 17 00:00:00 2001 From: Yunics Highfield <101333147+yunics-highfield@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:20:00 +0900 Subject: [PATCH] Remove semicolon --- docs/guide/env-and-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/env-and-mode.md b/docs/guide/env-and-mode.md index 43092de2dabf62..647ba94325e587 100644 --- a/docs/guide/env-and-mode.md +++ b/docs/guide/env-and-mode.md @@ -87,7 +87,7 @@ To achieve this, you can create an `vite-env.d.ts` in `src` directory, then augm /// // By adding this line, you can make the type of ImportMetaEnv strict. -declare type ViteStrictImportMetaEnv = true; +declare type ViteStrictImportMetaEnv = true interface ImportMetaEnv { readonly VITE_APP_TITLE: string