Skip to content

Commit 98d8c10

Browse files
MendelBakSunil Pai
andauthored
Minor grammar edit (syntactic -> syntactical). (#1043)
* Minor grammar edit (syntactic -> syntactical). * Update handling-events.md Co-authored-by: Sunil Pai <[email protected]>
1 parent c44f4e5 commit 98d8c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/handling-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88
- "docs/events-ko-KR.html"
99
---
1010

11-
Handling events with React elements is very similar to handling events on DOM elements. There are some syntactic differences:
11+
Handling events with React elements is very similar to handling events on DOM elements. There are some syntax differences:
1212

1313
* React events are named using camelCase, rather than lowercase.
1414
* With JSX you pass a function as the event handler, rather than a string.

0 commit comments

Comments
 (0)