Merge pull request #226 from areina/fix-more-typos-in-docs
Fix more typos in docs
This commit is contained in:
commit
961488f27a
|
@ -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)))))
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue