From a65be3b1c0c7a857a9d4df8a094dbd0de6c1df10 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Tue, 20 Aug 2013 12:02:48 +0200 Subject: [PATCH] Update apps-advanced.md typo --- docs/guide/apps-advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/apps-advanced.md b/docs/guide/apps-advanced.md index 5b6e076..61e2489 100644 --- a/docs/guide/apps-advanced.md +++ b/docs/guide/apps-advanced.md @@ -97,7 +97,7 @@ just copying everything from environment directory over the root directory where 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 overrading each other. For example, frontend reads configuration in the +In order to avoid duplication configurations are overriding each other. For example, frontend reads configuration in the following order: - `frontend/config/main.php`