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