Skip to content

Commit b1fb0e0

Browse files
committed
Fix typo: 여러가지 -> 여러 가지, 방식와 -> 방식과
1 parent 894855e commit b1fb0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/learn/responding-to-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ React에서는 JSX에 *이벤트 핸들러*를 추가할 수 있습니다. 이
1010

1111
<YouWillLearn>
1212

13-
* 이벤트 핸들러를 작성하는 여러가지 방법
13+
* 이벤트 핸들러를 작성하는 여러 가지 방법
1414
* 이벤트 처리 로직을 부모 컴포넌트에서 전달하는 방법
15-
* 이벤트가 전파되는 방식와 이를 멈추는 방법
15+
* 이벤트가 전파되는 방식과 이를 멈추는 방법
1616

1717
</YouWillLearn>
1818

0 commit comments

Comments
 (0)