From 3330909497fb385731421c7d08421dfee72a4289 Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Mon, 19 Aug 2013 22:59:18 -0300 Subject: [PATCH] Another typo [skip ci] --- 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 a3f8689..95227ea 100644 --- a/docs/guide/apps-advanced.md +++ b/docs/guide/apps-advanced.md @@ -85,7 +85,7 @@ Configuration and environments There are multiple problems with straightforward approach to configuration: -- Each team member has its own configuration options. Commiting such config will affect other team members. +- Each team member has its own configuration options. Committing such config will affect other team members. - Production database password and API keys should not end up in repository. - There are multiple servers: development, testing, production. Each should have its own configuration. - Defining all configuration options for each case is very repetitive and takes too much time to maintain.