From: Khinenw Date: Tue, 10 May 2022 02:50:49 +0000 (+0900) Subject: types(runtime-dom): fix typo in jsx type autosave (#5638) X-Git-Tag: v3.2.34-beta.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181872f744537b75a4cec8c4e49b2c7c4d4f81ff;p=thirdparty%2Fvuejs%2Fcore.git types(runtime-dom): fix typo in jsx type autosave (#5638) --- diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index ab34e299de..9423a75563 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