Commit 64c37a21c86e326e711beb2c9fd91de8c6601031

Authored by Daniel Salmerón Amselem
Committed by Dmitriy Zaporozhets
1 parent 978bc816

Fix typo in smtp_settings.rb.sample

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/initializers/smtp_settings.rb.sample
1 # To enable smtp email delivery for your GitLab instance do next: 1 # To enable smtp email delivery for your GitLab instance do next:
2 # 1. Change config/environments/production.rb to use smtp 2 # 1. Change config/environments/production.rb to use smtp
3 # config.action_mailer.delivery_method = :smtp 3 # config.action_mailer.delivery_method = :smtp
4 -# 2. Rename this file to smpt_settings.rb 4 +# 2. Rename this file to smtp_settings.rb
5 # 3. Edit settings inside this file 5 # 3. Edit settings inside this file
6 # 4. Restart GitLab instance 6 # 4. Restart GitLab instance
7 # 7 #