Merge pull request #950 from whit537/patch-1
fix typo: contoller → controller
This commit is contained in:
commit
351be7e4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue