From 24edae5792d457ff06bf3455bd9d359c99727351 Mon Sep 17 00:00:00 2001 From: David Yell Date: Thu, 12 Mar 2015 15:26:59 +0000 Subject: [PATCH] Update App.php Add a missing apostrophe --- lib/Cake/Core/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` *