Skip to content

Commit

Permalink
Fix syntax error in README.md (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
  • Loading branch information
raminious and dai-shi authored Aug 12, 2023
1 parent c645abd commit 24ecfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Counter = () => {
setState((prev) => ({
...prev,
count: prev.count + 1,
});
}));
};
return (
<div>
Expand Down

0 comments on commit 24ecfeb

Please sign in to comment.