mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[skip ci] Fix typo in actionmailer documentation
This commit is contained in:
parent
575839d75f
commit
91744696a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue