diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2011-06-21 09:12:34 -0400 |
---|---|---|
committer | Matt Jankowski <mjankowski@thoughtbot.com> | 2011-06-21 09:12:34 -0400 |
commit | f3db04f69bc01192e338188811d2c9bf1eb96d66 (patch) | |
tree | dd568e4854895164172cd9c6a674c7f0054c5877 /actionmailer | |
parent | 4f433bcd8d8e24665d8979bbc93ef3b132afd548 (diff) | |
download | rails-f3db04f69bc01192e338188811d2c9bf1eb96d66.tar.gz rails-f3db04f69bc01192e338188811d2c9bf1eb96d66.tar.bz2 rails-f3db04f69bc01192e338188811d2c9bf1eb96d66.zip |
grammar (missing "a") and formatting
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/lib/action_mailer/base.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 4b48d6bfed..cb289fd693 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -149,9 +149,9 @@ module ActionMailer #:nodoc: # # = Multipart Emails # - # Multipart messages can also be used implicitly because Action Mailer will automatically - # detect and use multipart templates, where each template is named after the name of the action, followed - # by the content type. Each such detected template will be added as separate part to the message. + # Multipart messages can also be used implicitly because Action Mailer will automatically detect and use + # multipart templates, where each template is named after the name of the action, followed by the content + # type. Each such detected template will be added as a separate part to the message. # # For example, if the following templates exist: # * signup_notification.text.erb |