Skip to content

Commit 6144434

Browse files
shearichardtyroprogrammer
authored andcommitted
Minor wording change
1 parent d426b89 commit 6144434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/07-HandlingEvents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ex:
2020
- `onselect` => `onSelect`
2121
- `onchange` => `onChange`
2222

23-
2. With HTML we would pass a string as a value of the attribute but in JSX we passed actual function. For ex contrast above `button` in JSX to the following HTML equivalent:
23+
2. With HTML we would pass a string as a value of the attribute but in JSX we passed actual function. For example compare the above `button` in JSX to the following HTML equivalent:
2424

2525
```html
2626
<button onclick="handleClick()"></button>

0 commit comments

Comments
 (0)