Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Feb 21, 2019
1 parent 4552ee0 commit c75789b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useIdle.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Demo = () => {

return (
<div>
<div>Use is idle: {isIdle ? 'Yes' : 'No'}</div>
<div>User is idle: {isIdle ? 'Yes 😴' : 'Nope'}</div>
</div>
);
};
Expand Down

0 comments on commit c75789b

Please sign in to comment.