We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843d776 commit 62333c0Copy full SHA for 62333c0
docusaurus/docs/tutorial/5-resetting-requests.md
@@ -15,7 +15,7 @@ dispatch(resetRequests());
15
// clear errors and data for FETCH_BOOKS query
16
dispatch(resetRequests([FETCH_BOOKS]));
17
18
-// clear errors if any for for DELETE_BOOKS mutation
+// clear errors if any for DELETE_BOOKS mutation
19
dispatch(resetRequests([DELETE_BOOKS]));
20
21
// clear errors and data for FETCH_BOOKS and FETCH_BOOK with 1 request key
0 commit comments