Skip to content

Commit f336d01

Browse files
authored
Fix typo in thunk.md (#946)
1 parent 891356a commit f336d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/api/thunk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thunk(async (actions, payload) => {
2828

2929
- `payload` (any)
3030

31-
If a payload was provided to the thunk when it was dispatch it will be available via this argument.
31+
If a payload was provided to the thunk when it was dispatched it will be available via this argument.
3232

3333
- `helpers` (Object)
3434

0 commit comments

Comments
 (0)