[skip ci] Fix typo in actionmailer documentation

This commit is contained in:
Anton Davydov 2015-03-15 23:29:30 +03:00
parent 575839d75f
commit 91744696a4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module ActionMailer
# the mailer views, options on the mail itself such as the <tt>:from</tt> address, and attachments.
#
# class ApplicationMailer < ActionMailer::Base
# default from: 'from@exmaple.com'
# default from: 'from@example.com'
# layout 'mailer'
# end
#