Skip to content

Commit 8a1bb58

Browse files
natsuhikoktimdorr
authored andcommitted
Fix typo (#1355)
1 parent c83ae48 commit 8a1bb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const TodoCounterForIsDoneValue = ({ isDone }) => {
192192
)
193193

194194
const numOfTodosWithIsDoneValue = useSelector(state =>
195-
selectNumOfTodosWithIsDoneValue(state, isDone)
195+
selectNumOfTodosWithIsDone(state, isDone)
196196
)
197197

198198
return <div>{numOfTodosWithIsDoneValue}</div>

0 commit comments

Comments
 (0)