From 01b2dc19cc94ee0e81b7595cc06d92e31253c271 Mon Sep 17 00:00:00 2001 From: squidboi Date: Mon, 11 Jun 2018 14:29:50 -0700 Subject: [PATCH] super-minor rewording --- CONFIGURATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index ead5cd934..95eb2cab5 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -6,8 +6,8 @@ In the `config/` directory, you will find the following relevant files: * `prod.exs`: default additional configuration for `MIX_ENV=prod` Additionally, you can overload options in the following files: -* `dev.secret.exs`: additional custom configuration for `MIX_ENV=dev` -* `prod.secret.exs`: additional custom configuration for `MIX_ENV=prod` +* `dev.secret.exs`: custom additional configuration for `MIX_ENV=dev` +* `prod.secret.exs`: custom additional configuration for `MIX_ENV=prod` ## Message Rewrite Filters (MRFs)