From 380bb5cc4701cbf5637c2f9013a319b6d66c5ff2 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 21 Oct 2013 16:09:41 +0400 Subject: [PATCH] another typo --- 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 06db131..51a1987 100644 --- a/docs/guide/url.md +++ b/docs/guide/url.md @@ -97,7 +97,7 @@ Complimentary to creating URLs Yii is handling transforming custom URLs back int ### Strict URL parsing By default if there's no custom rule for URL and URL matches default format such as `/site/page` Yii tries to run a -corresponding controller's action. This beahvior could be disabled so if there's no custom rule match, a 404 not found +corresponding controller's action. This behavior could be disabled so if there's no custom rule match, a 404 not found error will be produced immediately. ```php