Commit 057050f8 by Carsten Brandt

Merge pull request #943 from arisk/patch-2

Fixed typo
parents 951b944b cbbb2cab
...@@ -2,7 +2,7 @@ Configuration ...@@ -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 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. How application is configured depends on application template but there are some general principles applying in any case.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment