Skip to content

Commit 4672769

Browse files
authored
Update README.md
1 parent 1bc5838 commit 4672769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ class App extends React.Component<{}, { // no props
369369
}
370370
```
371371

372-
Instead of typing the arguments and return values with `React.FormEvent<>` and `void`, you can may alternatively apply types on to the event handler itself (*contributed by @TomasHubelbauer*):
372+
Instead of typing the arguments and return values with `React.FormEvent<>` and `void`, you may alternatively apply types to the event handler itself (*contributed by @TomasHubelbauer*):
373373

374374
```tsx
375375
onChange: React.ChangeEventHandler<HTMLInputElement> = (e) => {

0 commit comments

Comments
 (0)