From 9c67f3a767f49db2357da9eff8b109fa729a55f5 Mon Sep 17 00:00:00 2001 From: Igor German Date: Sun, 19 Nov 2017 19:19:44 +0200 Subject: [PATCH] Fix typo --- awesome-redux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-redux.md b/awesome-redux.md index cb7964369..74e3ebf8c 100644 --- a/awesome-redux.md +++ b/awesome-redux.md @@ -28,7 +28,7 @@ increment(err) === { type: 'INCREMENT', payload: err, error: true } [redux-actions](https://www.npmjs.com/package/redux-actions) {: .-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. {: .-setup}