Skip to content

Commit

Permalink
Fix typo (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuhikok authored and timdorr committed Jul 19, 2019
1 parent c83ae48 commit 8a1bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hooks.md
Expand Up @@ -192,7 +192,7 @@ export const TodoCounterForIsDoneValue = ({ isDone }) => {
)

const numOfTodosWithIsDoneValue = useSelector(state =>
selectNumOfTodosWithIsDoneValue(state, isDone)
selectNumOfTodosWithIsDone(state, isDone)
)

return <div>{numOfTodosWithIsDoneValue}</div>
Expand Down

0 comments on commit 8a1bb58

Please sign in to comment.