From 9d20a7cd8a7761fe7912e15b5657d8ed9bc493ce Mon Sep 17 00:00:00 2001 From: pelonpelon Date: Wed, 29 Apr 2015 11:57:51 -0500 Subject: [PATCH] Update mithril.component.md --- 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 f2f4a797..496fd855 100644 --- a/docs/mithril.component.md +++ b/docs/mithril.component.md @@ -576,7 +576,7 @@ where: - **any... args** - Other arguments to be bound as arguments to the `controller` and `view` functions + Other arguments to be bound as arguments to both the `controller` and `view` functions - **returns Component parameterizedComponent**