Skip to content

Commit

Permalink
Fixed some typos in core.php
Browse files Browse the repository at this point in the history
In sync with this one #1244
  • Loading branch information
ravage84 committed Apr 23, 2013
1 parent ef90850 commit 993ec1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Console/Templates/skel/Config/core.php
Expand Up @@ -203,7 +203,7 @@

/**
* Apply timestamps with the last modified time to static assets (js, css, images).
* Will append a querystring parameter containing the time the file was modified. This is
* Will append a query string parameter containing the time the file was modified. This is
* useful for invalidating browser caches.
*
* Set to `true` to apply timestamps when debug > 0. Set to 'force' to always enable
Expand All @@ -229,7 +229,7 @@
//Configure::write('Asset.filter.js', 'custom_javascript_output_filter.php');

/**
* The classname and database used in CakePHP's
* The class name and database used in CakePHP's
* access control lists.
*/
Configure::write('Acl.classname', 'DbAcl');
Expand Down Expand Up @@ -309,7 +309,7 @@
* By default File is used, but for improved performance you should use APC.
*
* Note: 'default' and other application caches should be configured in app/Config/bootstrap.php.
* Please check the comments in boostrap.php for more info on the cache engines available
* Please check the comments in bootstrap.php for more info on the cache engines available
* and their settings.
*/
$engine = 'File';
Expand Down

0 comments on commit 993ec1f

Please sign in to comment.