Skip to content

Commit dbed9c8

Browse files
author
Péter Hauszknecht
committed
update README
1 parent e56b016 commit dbed9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The simplest way to keep immutable action controlled dataflow is dispatching pur
1010
store.dispatch(state => ({ ...state, counter: state.counter + 1 }));
1111
```
1212

13-
**In this terminology action is a function that returns a reducer:**
13+
**In this terminology, an action is a function that returns a reducer:**
1414

1515
```javascript
1616
const increment = amount => state => ({

0 commit comments

Comments
 (0)