Skip to content

Commit

Permalink
Removed "while" to make sentence flow correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
glifchits committed Aug 17, 2015
1 parent 76a5244 commit 9ecc986
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!
[`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!

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

Expand Down

0 comments on commit 9ecc986

Please sign in to comment.