Skip to content

Commit cc8f1ef

Browse files
authored
Fix reference to new fetchIssuesCount (#461)
1 parent 4d26565 commit cc8f1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/advanced-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ export const IssuesListPage = ({
733733

734734
In `<IssuesListPage>`, we import the new `fetchIssuesCount` thunk, and rewrite the component to read the open issues count value from the Redux store.
735735

736-
Inside our `useEffect`, we drop the `fetchIssueCount` function, and dispatch `fetchIssueCount` instead.
736+
Inside our `useEffect`, we drop the `fetchIssueCount` function, and dispatch `fetchIssuesCount` instead.
737737

738738
### Logic for Fetching Issues for a Repo
739739

0 commit comments

Comments
 (0)