From cb2f337b5ae6dc29b14a7a8c4c5c12e4e399553a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 22 Oct 2013 13:40:21 +0400 Subject: [PATCH] another typo fix --- docs/guide/url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/url.md b/docs/guide/url.md index 51a1987..a82f741 100644 --- a/docs/guide/url.md +++ b/docs/guide/url.md @@ -11,7 +11,7 @@ Internal route Internal routes and parameters are what you're dealing with when implementing an application using Yii. Each controller and its action has a corresponding internal route such as `site/index`. Here `site` is referred to as -controller ID while `test` is referred to as action ID. If controller belongs to a module, internal route is prefixed +controller ID while `index` is referred to as action ID. If controller belongs to a module, internal route is prefixed with the module ID such as `blog/post/index` for a blog module. Creating URLs