Skip to content

Commit

Permalink
Advanced application template typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-chemistdirect committed Jan 21, 2014
1 parent b95fcf4 commit 9f3d0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/apps-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ There are multiple problems with straightforward approach to configuration:
- Defining all configuration options for each case is very repetitive and takes too much time to maintain.

In order to solve these issues Yii introduces environments concept that is very simple. Each environment is represented
by a set of files under `environments` directory. `init` command is used to switch between these. What is really does is
by a set of files under `environments` directory. `init` command is used to switch between these. What it 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 suffixed with
Expand Down

0 comments on commit 9f3d0a8

Please sign in to comment.