diff --git a/app/models/mailer.rb b/app/models/mailer.rb index 468e6c21a..99cae12ff 100644 --- a/app/models/mailer.rb +++ b/app/models/mailer.rb @@ -27,7 +27,7 @@ class Mailer < ActionMailer::Base include Roadie::Rails::Automatic # Overrides ActionMailer::Base#process in order to set the recipient as the current user - # and his language as the default locale. + # and his language as the default locale. # The first argument of all actions of this Mailer must be a User (the recipient), # otherwise an ArgumentError is raised. def process(action, *args)