From 2ee840b3e892e2b8bdbc40480d80cc0d73a08f25 Mon Sep 17 00:00:00 2001 From: Toni Reina Date: Sun, 4 Sep 2016 19:42:58 -0500 Subject: [PATCH 1/2] Close paren correctly in Coeffects snippet --- docs/Coeffects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Coeffects.md b/docs/Coeffects.md index e80eb2b..dc55086 100644 --- a/docs/Coeffects.md +++ b/docs/Coeffects.md @@ -196,7 +196,7 @@ This: (fn [coeffects local-store-key] (assoc coeffects :local-store - (js->clj (.getItem js/localStorage local-store-key)))) + (js->clj (.getItem js/localStorage local-store-key))))) ``` From fe6a4601141c157c6ed5f344bedc0bbf0424972b Mon Sep 17 00:00:00 2001 From: Toni Reina Date: Sun, 4 Sep 2016 19:43:44 -0500 Subject: [PATCH 2/2] Fix typo in docs/Subscribing-To-External-Data --- docs/Subscribing-To-External-Data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Subscribing-To-External-Data.md b/docs/Subscribing-To-External-Data.md index 54395bc..e571c2a 100644 --- a/docs/Subscribing-To-External-Data.md +++ b/docs/Subscribing-To-External-Data.md @@ -220,7 +220,7 @@ is necessarily preferred. ## What Not To Do -Don't get into making views source their data directly using React liefcycle methods. +Don't get into making views source their data directly using React lifecycle methods. Sometimes, because of their background with other JS frameworks, new re-framers feel like the Components themselves (the views)