diff options
author | squidboi <squidboi@waifu.club> | 2018-06-11 14:59:04 -0700 |
---|---|---|
committer | squidboi <squidboi@waifu.club> | 2018-06-11 14:59:04 -0700 |
commit | 08fc1ba382bae357f9b3bacdc692df84b55403a4 (patch) | |
tree | f7b21ce28950e9a4a6653e76a738b74dc4e296ff | |
parent | 09214898091b851e8a30a9f40b66aa81f622b091 (diff) | |
download | pleroma-08fc1ba382bae357f9b3bacdc692df84b55403a4.tar.gz pleroma-08fc1ba382bae357f9b3bacdc692df84b55403a4.zip |
more rewording (x2)
-rw-r--r-- | CONFIGURATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 5d0a9a884..e14364912 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -5,7 +5,7 @@ In the `config/` directory, you will find the following relevant files: * `dev.exs`: default additional configuration for `MIX_ENV=dev` * `prod.exs`: default additional configuration for `MIX_ENV=prod` -Additionally, you can overload options in the following files: +You can overload options in the following files: * `dev.secret.exs`: custom additional configuration for `MIX_ENV=dev` * `prod.secret.exs`: custom additional configuration for `MIX_ENV=prod` |