瀏覽代碼

types(runtime-dom): fix typo in jsx type autosave (#5638)

Khinenw 4 年之前
父節點
當前提交
181872f744
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/runtime-dom/types/jsx.d.ts

+ 1 - 1
packages/runtime-dom/types/jsx.d.ts

@@ -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