From cc5fef155ba3b89189896d6295994b6877471d4d Mon Sep 17 00:00:00 2001 From: Khinenw Date: Tue, 29 Mar 2022 14:15:45 +0900 Subject: [PATCH] types(runtime-dom): fix typo in jsx type autosave --- 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 ab34e299de6..9423a755631 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