Skip to content

Commit

Permalink
Merge pull request #45 from krozycki/master
Browse files Browse the repository at this point in the history
Fix typo in readme.md.
  • Loading branch information
tur-nr committed Jan 7, 2017
2 parents b623906 + 405d3e8 commit 3a05494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -141,7 +141,7 @@ Just be aware when using selectors, they are an optimisation utility. When mutat
Principle #2 of Redux's [Three Principles](http://redux.js.org/docs/introduction/ThreePrinciples.html),
says that state is read-only. Polymer however allows components to have two-way
binding via the `notify` flag. If the properties flagged with `notify` and have
`statePath` set, you will recieve a warning in your application runtime.
`statePath` set, you will receive a warning in your application runtime.

### Dispatching Actions

Expand Down

0 comments on commit 3a05494

Please sign in to comment.