diff --git a/html/index.d.ts b/html/index.d.ts
index 3438ac4d6c..ca2b2cda21 100644
--- a/html/index.d.ts
+++ b/html/index.d.ts
@@ -1504,7 +1504,7 @@ export interface SvelteHTMLElements {
track: HTMLTrackAttributes;
u: HTMLAttributes;
ul: HTMLAttributes;
- "var": HTMLAttributes;
+ var: HTMLAttributes;
video: HTMLVideoAttributes;
wbr: HTMLAttributes;
webview: HTMLWebViewAttributes;