From 181872f744537b75a4cec8c4e49b2c7c4d4f81ff Mon Sep 17 00:00:00 2001 From: Khinenw Date: Tue, 10 May 2022 11:50:49 +0900 Subject: [PATCH] types(runtime-dom): fix typo in jsx type autosave (#5638) --- packages/runtime-dom/types/jsx.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index ab34e299d..9423a7556 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -276,7 +276,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers { // Non-standard Attributes autocapitalize?: string autocorrect?: string - autocave?: string + autosave?: string color?: string itemprop?: string itemscope?: Booleanish