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

This commit is contained in:
Khinenw
2022-05-10 11:50:49 +09:00
committed by GitHub
parent 908ffb4fd4
commit 181872f744

View 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