Pārlūkot izejas kodu

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

Khinenw 4 gadi atpakaļ
vecāks
revīzija
181872f744
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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