Skip to content

Commit e284e64

Browse files
Update typescript.mdx
1 parent 636001e commit e284e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/configuration/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ const onInput: JSX.EventHandler<HTMLInputElement, InputEvent> = (event) => {
444444
}
445445

446446
// Then attach handler to an input element:
447-
;<input onInput={onInput} />
447+
<input onInput={onInput} />
448448
```
449449

450450
#### Inline handlers

0 commit comments

Comments
 (0)