From 72bbc676225f7b783f42f988ba37862e0e75b17d Mon Sep 17 00:00:00 2001 From: Andrea Panattoni Date: Sat, 30 Nov 2013 11:26:40 +0100 Subject: [PATCH] Url documentation typos --- docs/guide/url.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/url.md b/docs/guide/url.md index e54be4b..c11e8cd 100644 --- a/docs/guide/url.md +++ b/docs/guide/url.md @@ -2,8 +2,8 @@ URL Management ============== The concept of URL management in Yii fairly simple. URL management is based on the premise that the application uses internal routes and parameters -everywhere. The framework itself will then translates routes into URLs, and translate URLs into routs, according to the URL manager's configuration. -This approach allows you to change site-wide URLs merely by edited a single config file, without ever touching the application code. +everywhere. The framework itself will then translates routes into URLs, and translate URLs into routes, according to the URL manager's configuration. +This approach allows you to change site-wide URLs merely by editing a single config file, without ever touching the application code. Internal route --------------