Fix typo
This commit is contained in:
parent
da04a028e5
commit
9c67f3a767
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue