From c55e3fd91080796a54935c1e443b9a26e4647aac Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Mon, 30 Jan 2017 12:43:40 +0100 Subject: [PATCH] Docs: tiny typo fix in EffectHandlers.md --- docs/EffectfulHandlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EffectfulHandlers.md b/docs/EffectfulHandlers.md index 1453a3a..9f18b89 100644 --- a/docs/EffectfulHandlers.md +++ b/docs/EffectfulHandlers.md @@ -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?