Skip to content

Commit b82fa6f

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

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
@@ -45,7 +45,7 @@ export default function Button() {
4545
```js
4646
export default function Button() {
4747
function handleClick() {
48-
alert('Ви натисли на мене!');
48+
alert('Ви натиснули на мене!');
4949
}
5050

5151
return (

0 commit comments

Comments
 (0)