diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-14 10:23:24 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-14 10:23:45 +0100 |
commit | c5884cd7ee4dcd0fd0337e456c713ec8bee091c1 (patch) | |
tree | 34df1010c880e77d658e1dab61571cdcb1dd9f12 | |
parent | 7cce6c872ab9d82e63243f5d0a12188d30d101d1 (diff) |
Fix some typos
-rw-r--r-- | config/general.yml-example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 739ea9de6..9c13f1c82 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -776,10 +776,10 @@ ALLOW_BATCH_REQUESTS: false # --- RESPONSIVE_STYLING: true -# Define the mailer deliver method to be used only in the Production environment -# By default, use the sendmail. +# Define the mailer delivery method to be used only in the production environment. +# By default, use sendmail. # -#The list of accepted options are available in the Rails ActionMailer configuration +# The list of accepted options are available in the Rails ActionMailer configuration # documentation: http://guides.rubyonrails.org/action_mailer_basics.html#example-action-mailer-configuration # # The most common alternative is to use 'smtp' |