Просмотр исходного кода

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

Khinenw 4 лет назад
Родитель
Сommit
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