Skip to content

Commit

Permalink
Update App.php
Browse files Browse the repository at this point in the history
Add a missing apostrophe
  • Loading branch information
davidyell committed Mar 12, 2015
1 parent 08ed3c5 commit 24edae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Core/App.php
Expand Up @@ -259,7 +259,7 @@ public static function paths() {
*
* Usage:
*
* `App::build(array(Model' => array('/a/full/path/to/models/'))); will setup a new search path for the Model package`
* `App::build(array('Model' => array('/a/full/path/to/models/'))); will setup a new search path for the Model package`
*
* `App::build(array('Model' => array('/path/to/models/')), App::RESET); will setup the path as the only valid path for searching models`
*
Expand Down

0 comments on commit 24edae5

Please sign in to comment.