We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56b016 commit dbed9c8Copy full SHA for dbed9c8
1 file changed
README.md
@@ -10,7 +10,7 @@ The simplest way to keep immutable action controlled dataflow is dispatching pur
10
store.dispatch(state => ({ ...state, counter: state.counter + 1 }));
11
```
12
13
-**In this terminology action is a function that returns a reducer:**
+**In this terminology, an action is a function that returns a reducer:**
14
15
```javascript
16
const increment = amount => state => ({
0 commit comments