Skip to content

Commit ce753e2

Browse files
committed
fix: correct casing of enterKeyHint to enterkeyhint in HTMLAttributes
1 parent 6329146 commit ce753e2

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime-dom/src

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/jsx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
264264
contextmenu?: string
265265
dir?: string
266266
draggable?: Booleanish
267-
enterKeyHint?:
267+
enterkeyhint?:
268268
| 'enter'
269269
| 'done'
270270
| 'go'

0 commit comments

Comments
 (0)