Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed Apr 2, 2021
1 parent a547766 commit 3d474d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/bears.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const App = () => {
return (
<div>
<h1>🐻 ♻️ Zundo!</h1>
previous actions: {JSON.stringify(prevStates)}
previous states: {JSON.stringify(prevStates)}
<br />
<br />
bears: {bears}
Expand Down

0 comments on commit 3d474d2

Please sign in to comment.