Skip to content

Commit

Permalink
Update DataFlow.md
Browse files Browse the repository at this point in the history
Removed a "but" that was accidentally left in
  • Loading branch information
aweary committed Aug 16, 2015
1 parent 9b0630f commit ebaa620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/DataFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The data lifecycle in any Redux app follows these 4 steps:
};
```

While [`combineReducers()`](../api/combineReducers.md) is a handy helper utility, but you don’t have to use it; feel free to write your own root reducer!
While [`combineReducers()`](../api/combineReducers.md) is a handy helper utility, you don’t have to use it; feel free to write your own root reducer!

4. **The Redux store saves the complete state tree returned by the root reducer.**

Expand Down

0 comments on commit ebaa620

Please sign in to comment.