Skip to content

Commit 9bf0da9

Browse files
committed
Fix code sample
1 parent 1b714b9 commit 9bf0da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function Example() {
1616
1717
return (
1818
<div>
19-
<p>Nacisnąłeś {count} razy</p>
19+
<p>Naciśnięto {count} razy</p>
2020
<button onClick={() => setCount(count + 1)}>
2121
Naciśnij mnie
2222
</button>

0 commit comments

Comments
 (0)