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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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