From ef5ed9d70c9bdf57d4b73984e32ce58048954fac Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 26 Jan 2016 17:44:07 -0500 Subject: [PATCH] =?UTF-8?q?fix=20typo:=20contoller=20=E2=86=92=20controlle?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mithril.component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**