1
0
Fork 0
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:
Matt Jankowski 2011-06-21 09:12:34 -04:00
parent 4f433bcd8d
commit f3db04f69b

View file

@ -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