Updated doc block for JsonView's subDir property

This commit is contained in:
Bryan Crowe 2013-09-17 20:25:32 -04:00
parent 878e599976
commit 24a522f972

View file

@ -53,8 +53,8 @@ App::uses('View', 'View');
class JsonView extends View {
/**
* JSON views are always located in the 'json' sub directory for a
* controller's views.
* JSON views are always located in the 'json' sub directory for
* controllers' views.
*
* @var string
*/