Skip to content

Commit

Permalink
Fix missing word in ActionMailer::Base documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyeow authored and fxn committed Nov 27, 2010
1 parent 0fcd39a commit 86dba29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionmailer/lib/action_mailer/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ module ActionMailer #:nodoc:
# default :sender => 'system@example.com'
# end
#
# You can pass in any header value that a <tt>Mail::Message</tt>, out of the box, <tt>ActionMailer::Base</tt>
# sets the following:
# You can pass in any header value that a <tt>Mail::Message</tt> accepts. Out of the box,
# <tt>ActionMailer::Base</tt> sets the following:
#
# * <tt>:mime_version => "1.0"</tt>
# * <tt>:charset => "UTF-8",</tt>
Expand Down

0 comments on commit 86dba29

Please sign in to comment.