Skip to content

Commit 0e70a70

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 fe15032 commit 0e70a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

8282
```jsx
8383
<button onClick={() => {
84-
alert('Ви натисли на мене!');
84+
alert('Ви натиснули на мене!');
8585
}}>
8686
```
8787

0 commit comments

Comments
 (0)