mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
grammar (missing "a") and formatting
This commit is contained in:
parent
4f433bcd8d
commit
f3db04f69b
1 changed files with 3 additions and 3 deletions
|
@ -149,9 +149,9 @@ module ActionMailer #:nodoc:
|
||||||
#
|
#
|
||||||
# = Multipart Emails
|
# = Multipart Emails
|
||||||
#
|
#
|
||||||
# Multipart messages can also be used implicitly because Action Mailer will automatically
|
# Multipart messages can also be used implicitly because Action Mailer will automatically detect and use
|
||||||
# detect and use multipart templates, where each template is named after the name of the action, followed
|
# multipart templates, where each template is named after the name of the action, followed by the content
|
||||||
# by the content type. Each such detected template will be added as separate part to the message.
|
# type. Each such detected template will be added as a separate part to the message.
|
||||||
#
|
#
|
||||||
# For example, if the following templates exist:
|
# For example, if the following templates exist:
|
||||||
# * signup_notification.text.erb
|
# * signup_notification.text.erb
|
||||||
|
|
Loading…
Reference in a new issue