Skip to content

Commit 62333c0

Browse files
amanfrinatiklis87
authored andcommitted
Fix typo on 5-resetting-requests.md
1 parent 843d776 commit 62333c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/tutorial/5-resetting-requests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dispatch(resetRequests());
1515
// clear errors and data for FETCH_BOOKS query
1616
dispatch(resetRequests([FETCH_BOOKS]));
1717

18-
// clear errors if any for for DELETE_BOOKS mutation
18+
// clear errors if any for DELETE_BOOKS mutation
1919
dispatch(resetRequests([DELETE_BOOKS]));
2020

2121
// clear errors and data for FETCH_BOOKS and FETCH_BOOK with 1 request key

0 commit comments

Comments
 (0)