]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
types(runtime-dom): fix typo in jsx type autosave (#5638)
authorKhinenw <deu07115@gmail.com>
Tue, 10 May 2022 02:50:49 +0000 (11:50 +0900)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 02:50:49 +0000 (22:50 -0400)
packages/runtime-dom/types/jsx.d.ts

index ab34e299de6bb59653e9566feddb2b1ded2441b4..9423a755631d819d1da47133ed3e74b2a46d3d40 100644 (file)
@@ -276,7 +276,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
   // Non-standard Attributes
   autocapitalize?: string
   autocorrect?: string
-  autocave?: string
+  autosave?: string
   color?: string
   itemprop?: string
   itemscope?: Booleanish