diff options
author | Cheah Chu Yeow <chuyeow@gmail.com> | 2010-11-25 16:11:26 +0800 |
---|---|---|
committer | Cheah Chu Yeow <chuyeow@gmail.com> | 2010-11-25 16:11:26 +0800 |
commit | ad8e1ba45271ad910ba943840f6f58e973e9a046 (patch) | |
tree | a0efea3e82309abbf3f213ff4a36f453685d33b3 /actionmailer/lib | |
parent | e4a9af186a7316e2de018ff9306442b9fe0f2400 (diff) | |
download | rails-ad8e1ba45271ad910ba943840f6f58e973e9a046.tar.gz rails-ad8e1ba45271ad910ba943840f6f58e973e9a046.tar.bz2 rails-ad8e1ba45271ad910ba943840f6f58e973e9a046.zip |
Fix missing word in ActionMailer::Base documentation.
Diffstat (limited to 'actionmailer/lib')
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 0bf60a2c24..1c2949f375 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -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> |