From f445decca2041772081d06172b16d387e819249a Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Mon, 19 Aug 2013 23:22:36 -0300 Subject: [PATCH] More typos [skip ci] --- docs/guide/apps-advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/apps-advanced.md b/docs/guide/apps-advanced.md index 95227ea..5b6e076 100644 --- a/docs/guide/apps-advanced.md +++ b/docs/guide/apps-advanced.md @@ -94,10 +94,10 @@ In order to solve these issues Yii introduces environments concept that is very by a set of files under `environments` directory. `init` command is used to switch between these. What is really does is just copying everything from environment directory over the root directory where all applications are. -Typically environment contains application bootstrap files such as `index.php` and config files postfixed with +Typically environment contains application bootstrap files such as `index.php` and config files suffixed with `-local.php`. These are added to `.gitignore` and never added to source code repository. -In order to avoid duplication configurations are overrding each other. For example, frontend reads configuration in the +In order to avoid duplication configurations are overrading each other. For example, frontend reads configuration in the following order: - `frontend/config/main.php`