diff --git a/framework/base/Controller.php b/framework/base/Controller.php index 00a22eeb0c..0dba94366c 100644 --- a/framework/base/Controller.php +++ b/framework/base/Controller.php @@ -248,7 +248,7 @@ class Controller extends Component implements ViewContextInterface * public function beforeAction($action) * { * // your custom code here, if you want the code to run before action filters, - * // wich are triggered on the [[EVENT_BEFORE_ACTION]] event, e.g. PageCache or AccessControl + * // which are triggered on the [[EVENT_BEFORE_ACTION]] event, e.g. PageCache or AccessControl * * if (!parent::beforeAction($action)) { * return false;