Skip to content

Commit f6161cd

Browse files
committed
Apply feedback
1 parent 65b2617 commit f6161cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/handling-events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redirect_from:
1010

1111
React 엘리먼트에서 이벤트를 제어하는 방식은 DOM 엘리먼트에서 이벤트를 제어하는 방식과 매우 유사합니다. 몇 가지 문법적인 차이는 다음과 같습니다.
1212

13-
* React의 이벤트는 소문자 대신 카멜케이스(camelCase)를 사용하여 명명됩니다.
13+
* React의 이벤트는 소문자 대신 카멜케이스(camelCase)를 사용합니다.
1414
* JSX를 사용하여 문자열이 아닌 함수로 이벤트 핸들러를 전달합니다.
1515

1616
예를 들어, HTML은 다음과 같습니다.

0 commit comments

Comments
 (0)