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))))) ``` 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)