From 0a266fa1fc8c2f6c55960292e8d3200322c68762 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 5 Feb 2011 05:54:38 -0500 Subject: [PATCH] Fixing typo. --- cake/libs/view/helper_collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/view/helper_collection.php b/cake/libs/view/helper_collection.php index c967ec67681..4a6fd5d8829 100644 --- a/cake/libs/view/helper_collection.php +++ b/cake/libs/view/helper_collection.php @@ -41,7 +41,7 @@ public function __construct(View $view) { * * You can alias your helper as an existing helper by setting the 'className' key, i.e., * {{{ - * public $components = array( + * public $helpers = array( * 'Html' => array( * 'className' => 'AliasedHtml' * );