Skip to content

Commit a894175

Browse files
authored
Merge pull request reduxjs#2512 from mohamed-ismat/patch-1
Update AsyncActions.md
2 parents aaba1b8 + 46975e4 commit a894175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/AsyncActions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export function fetchPosts(subreddit) {
358358
response => response.json(),
359359
// Do not use catch, because that will also catch
360360
// any errors in the dispatch and resulting render,
361-
// causing an loop of 'Unexpected batch number' errors.
361+
// causing a loop of 'Unexpected batch number' errors.
362362
// https://github.com/facebook/react/issues/6895
363363
error => console.log('An error occured.', error)
364364
)

0 commit comments

Comments
 (0)