Skip to content

Commit

Permalink
Update typescript.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyBluenotes authored Jan 7, 2025
1 parent 636001e commit e284e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/configuration/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ const onInput: JSX.EventHandler<HTMLInputElement, InputEvent> = (event) => {
}

// Then attach handler to an input element:
;<input onInput={onInput} />
<input onInput={onInput} />
```

#### Inline handlers
Expand Down

0 comments on commit e284e64

Please sign in to comment.