Skip to content

Commit a90f8ea

Browse files
alinkeddbkatsevych
andauthored
Update src/content/learn/responding-to-events.md
Co-authored-by: Bohdan Katsevych <94533356+bkatsevych@users.noreply.github.com>
1 parent b82fa6f commit a90f8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ button { margin-right: 10px; }
7373

7474
```jsx
7575
<button onClick={function handleClick() {
76-
alert('Ви натисли на мене!');
76+
alert('Ви натиснули на мене!');
7777
}}>
7878
```
7979

0 commit comments

Comments
 (0)