We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82fa6f commit a90f8eaCopy full SHA for a90f8ea
src/content/learn/responding-to-events.md
@@ -73,7 +73,7 @@ button { margin-right: 10px; }
73
74
```jsx
75
<button onClick={function handleClick() {
76
- alert('Ви натисли на мене!');
+ alert('Ви натиснули на мене!');
77
}}>
78
```
79
0 commit comments