Skip to content

Commit

Permalink
Fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 5, 2011
1 parent f58f376 commit 0a266fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helper_collection.php
Expand Up @@ -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'
* );
Expand Down

0 comments on commit 0a266fa

Please sign in to comment.