fix typo: contoller → controller

This commit is contained in:
Chad Whitacre 2016-01-26 17:44:07 -05:00
parent f4723261d9
commit ef5ed9d70c

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**