Skip to content

Commit

Permalink
[skip ci] Fix typo in actionmailer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Mar 15, 2015
1 parent 575839d commit 9174469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/base.rb
Expand Up @@ -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
#
Expand Down

0 comments on commit 9174469

Please sign in to comment.