Skip to content

Commit

Permalink
Merge pull request cakephp#234 from ramonakira/patch-1
Browse files Browse the repository at this point in the history
Corrected a simple spelling error
  • Loading branch information
jrbasso committed Mar 24, 2012
2 parents 7538dc6 + bfa4403 commit c6b5080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/helpers/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Once you've uncommented the ``Cache.check`` line you will need to add the helper
to your controller's ``$helpers`` array::

<?php
class PostsController extends AppConrtroller {
class PostsController extends AppController {
public $helpers = array('Cache');
}

Expand Down

0 comments on commit c6b5080

Please sign in to comment.