Skip to content

Commit

Permalink
Update content/docs/hooks-faq.md
Browse files Browse the repository at this point in the history
Co-Authored-By: egorzekov <egorzekov@gmail.com>
  • Loading branch information
another-guy and egorzekov authored Mar 11, 2019
1 parent 67bab43 commit 90536a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/hooks-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ prev: hooks-reference.html
function Example() {
const [count, setCount] = useState(0);
useEffect(() => {
document.title = `Вы нажали ${count} раз`;
document.title = `Вы кликнули ${count} раз`;
});
return (
<div>
Expand Down

0 comments on commit 90536a7

Please sign in to comment.