Skip to content

Commit

Permalink
Merge pull request reduxjs#1111 from urbanvikingr/patch-1
Browse files Browse the repository at this point in the history
Update ThreePrinciples.md
  • Loading branch information
ellbee committed Dec 11, 2015
2 parents b5c0909 + b875cc6 commit 2042a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/ThreePrinciples.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ store.dispatch({
})
```

### Mutations are written as pure functions
### Changes are made with pure functions

**To specify how the state tree is transformed by actions, you write pure [reducers](../Glossary.md#reducer).**

Expand Down

0 comments on commit 2042a50

Please sign in to comment.