Merge pull request #318 from plexus/patch-1

Docs: tiny typo fix in EffectHandlers.md
This commit is contained in:
Mike Thompson 2017-01-31 05:14:11 +11:00 committed by GitHub
commit 5ab43c93d8

View File

@ -165,7 +165,7 @@ It is inevitable that, say, 10% of your event handlers have effects and coeffect
They have to implement the control logic of your re-frame app, which
means dealing with the outside, mutative world of servers, databases,
windows.location, LocalStore, cookies, etc.
window.location, LocalStore, cookies, etc.
There's just no getting away from living in a mutative world,
which sounds pretty ominous. Is that it? Are we doomed to impurity?