Skip to content

Commit

Permalink
Update Reducers.md to be a bit more succinct (reduxjs#2970)
Browse files Browse the repository at this point in the history
"describe the fact that *something happened*" can be nothing more than a BEEP that is irregular and inconsistent in it's response to an input, while an action (that is of any use beyond a '*' (all)) is going to describe (as defined by the author) *what happened*, through a series of one or more descriptors/data points.
  • Loading branch information
MattAurich authored and timdorr committed Apr 28, 2018
1 parent 031ee97 commit 3b60099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/Reducers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reducers

**Reducers** specify how the application's state changes in response to [actions](./Actions.md) sent to the store. Remember that actions only describe the fact that *something happened*, but don't describe how the application's state changes.
**Reducers** specify how the application's state changes in response to [actions](./Actions.md) sent to the store. Remember that actions only describe *what happened*, but don't describe how the application's state changes.

## Designing the State Shape

Expand Down

0 comments on commit 3b60099

Please sign in to comment.