From cbbb2cab76aa41fc76a1d589084371efc430501e Mon Sep 17 00:00:00 2001 From: Aris Karageorgos Date: Sat, 5 Oct 2013 19:42:50 +0700 Subject: [PATCH] Fixed typo --- docs/guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index aa85dd5..8325855 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -2,7 +2,7 @@ Configuration ============= Yii applications rely upon components to perform most of the common tasks, such as connecting to a database, routing browser requests, and handling sessions. How these stock components behave can be adjusted by *configuring* your Yii application. The majority of components have sensible defaults, so it's unlikely that you'll spend a lot of time configuring -it. Still there are some mandatory settings, such as the database connection, that you will have to establish. +them. Still there are some mandatory settings, such as the database connection, that you will have to establish. How application is configured depends on application template but there are some general principles applying in any case.