This commit is contained in:
Igor German 2017-11-19 19:19:44 +02:00 committed by GitHub
parent da04a028e5
commit 9c67f3a767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ increment(err) === { type: 'INCREMENT', payload: err, error: true }
[redux-actions](https://www.npmjs.com/package/redux-actions) [redux-actions](https://www.npmjs.com/package/redux-actions)
{: .-crosslink} {: .-crosslink}
### flux-standard-ation ### flux-standard-action
A standard for flux action objects. An action may have an `error`, `payload` and `meta` and nothing else. A standard for flux action objects. An action may have an `error`, `payload` and `meta` and nothing else.
{: .-setup} {: .-setup}