From beac039b4182465309532de4bec35953eb13685d Mon Sep 17 00:00:00 2001 From: euromark Date: Mon, 25 Aug 2014 17:41:34 +0200 Subject: [PATCH] Correct wording. --- src/Controller/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Controller.php b/src/Controller/Controller.php index 7c75667a2a2..067db62c9dd 100644 --- a/src/Controller/Controller.php +++ b/src/Controller/Controller.php @@ -179,7 +179,7 @@ class Controller implements EventListener { public $View; /** - * These properties are will be passed from the controller properties to the View as options. + * These properties will be passed from the controller to the View as options. * * @var array * @see \Cake\View\View