Fix spelling in Controller.php

This commit is contained in:
Joel Waldock
2016-04-04 16:21:33 +12:00
committed by Carsten Brandt
parent d438c03dbc
commit 20de74d343

View File

@ -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;