diff --git a/docs/mithril.component.md b/docs/mithril.component.md index 83928d45..fa03042f 100644 --- a/docs/mithril.component.md +++ b/docs/mithril.component.md @@ -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**