Merge pull request #226 from areina/fix-more-typos-in-docs

Fix more typos in docs
This commit is contained in:
Mike Thompson 2016-09-05 11:00:46 +10:00 committed by GitHub
commit 961488f27a
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ This:
(fn [coeffects local-store-key] (fn [coeffects local-store-key]
(assoc coeffects (assoc coeffects
:local-store :local-store
(js->clj (.getItem js/localStorage local-store-key)))) (js->clj (.getItem js/localStorage local-store-key)))))
``` ```

View File

@ -220,7 +220,7 @@ is necessarily preferred.
## What Not To Do ## 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, Sometimes, because of their background with other JS frameworks,
new re-framers feel like the Components themselves (the views) new re-framers feel like the Components themselves (the views)