diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index dd72b9048..361d36e42 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -259,7 +259,7 @@ class App { * * 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` *