From 91744696a4870baf2becac1f1bfe9066b23d21b9 Mon Sep 17 00:00:00 2001 From: Anton Davydov Date: Sun, 15 Mar 2015 23:29:30 +0300 Subject: [skip ci] Fix typo in actionmailer documentation --- actionmailer/lib/action_mailer/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 3e5125f72e..c7f09ed192 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -21,7 +21,7 @@ module ActionMailer # the mailer views, options on the mail itself such as the :from address, and attachments. # # class ApplicationMailer < ActionMailer::Base - # default from: 'from@exmaple.com' + # default from: 'from@example.com' # layout 'mailer' # end # -- cgit v1.2.3