Merge pull request #78 from jumarko/master

Fix typo in documentation
This commit is contained in:
Anatoly 2017-02-22 10:12:07 -05:00 committed by GitHub
commit 2cface9878

View file

@ -55,7 +55,7 @@ Before moving on to differences, [here](https://news.ycombinator.com/item?id=246
Component really only works if you build your entire app around its model: application is fully based on Components Component really only works if you build your entire app around its model: application is fully based on Components
where every Component is an Object. where every Component is an Object.
Mount does not require you to "buy anything at all", it is free :) Just create a `defstate` whenever/whereever Mount does not require you to "buy anything at all", it is free :) Just create a `defstate` whenever/wherever
you need it and use it. you need it and use it.
This one was a big deal for all the projects we used Component with, "the whole app buy in" converts an "_open_" application This one was a big deal for all the projects we used Component with, "the whole app buy in" converts an "_open_" application