Docs: tiny typo fix in EffectHandlers.md

This commit is contained in:
Arne Brasseur 2017-01-30 12:43:40 +01:00 committed by GitHub
parent b05dce4ba6
commit c55e3fd910

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?