Skip to content

Commit 2e69dbd

Browse files
Update content/docs/hooks-faq.md
Co-Authored-By: egorzekov <[email protected]>
1 parent 76e81f2 commit 2e69dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function Example() {
123123
});
124124
return (
125125
<div>
126-
<p>Вы нажали {count} раз</p>
126+
<p>Вы кликнули {count} раз</p>
127127
<button onClick={() => setCount(count + 1)}>
128128
Нажми на меня
129129
</button>

0 commit comments

Comments
 (0)