Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Added clarity re return value of store.dispatch #1103

Merged
merged 2 commits into from
Dec 11, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed store.dispatch return value details
Added a "see notes" so that it's more clear that this return value can change.
  • Loading branch information
tomatau committed Dec 4, 2015
commit fb7ab0903a81ccf0f569f1f2481540c066f7e612
2 changes: 1 addition & 1 deletion docs/api/Store.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The store’s reducing function will be called with the current [`getState()`](#

#### Returns

(Object<sup>†</sup>): The dispatched action or the return value of the middleware chain e.g. a Promise of the dispatch action object.
(Object<sup>†</sup>): The dispatched action (see notes).

#### Notes

Expand Down