Merge pull request #950 from whit537/patch-1

fix typo: contoller → controller
This commit is contained in:
Isiah Meadows 2016-01-26 18:42:37 -05:00
commit 351be7e4e2

View file

@ -590,7 +590,7 @@ where:
- **Component component**
A component is supposed to be an Object with two keys: `controller` and `view`. Each of these should point to a Javascript function. If a contoller is not specified, Mithril will automatically create an empty controller function.
A component is supposed to be an Object with two keys: `controller` and `view`. Each of these should point to a Javascript function. If a controller is not specified, Mithril will automatically create an empty controller function.
- **Object attributes**