Browse Source

Merge pull request #2791 from qiansen1386/patch-4

typo fix in contoller.md
tags/2.0.0-beta
Paul Klimov 11 years ago
parent
commit
3b9e6fc2bd
  1. 2
      docs/guide/controller.md

2
docs/guide/controller.md

@ -53,7 +53,7 @@ class SiteController extends Controller
public function actionIndex()
{
#CSRF validation will no be applied on this and other actions
#CSRF validation will not be applied on this and other actions
}
}

Loading…
Cancel
Save