Skip to content

Commit e8961bc

Browse files
authored
Merge pull request #4087 from CarlosGomez-dev/patch-1
Docs: remove extraArgument from code example
2 parents c617afa + 81c8002 commit e8961bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-2-app-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ const thunkMiddleware =
498498
next =>
499499
action => {
500500
if (typeof action === 'function') {
501-
return action(dispatch, getState, extraArgument)
501+
return action(dispatch, getState)
502502
}
503503

504504
return next(action)

0 commit comments

Comments
 (0)