Skip to content

Commit

Permalink
Merge pull request #14856 from Gaurav2728/gaurav-typo_fix
Browse files Browse the repository at this point in the history
[ci skip] Improve formatting and yml
  • Loading branch information
spastorino committed Apr 24, 2014
2 parents 43101ab + c480767 commit a5db212
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 Original file line Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module ActionMailer
# * signup_notification.text.erb # * signup_notification.text.erb
# * signup_notification.html.erb # * signup_notification.html.erb
# * signup_notification.xml.builder # * signup_notification.xml.builder
# * signup_notification.yaml.erb # * signup_notification.yml.erb
# #
# Each would be rendered and added as a separate part to the message, with the corresponding content # Each would be rendered and added as a separate part to the message, with the corresponding content
# type. The content type for the entire message is automatically set to <tt>multipart/alternative</tt>, # type. The content type for the entire message is automatically set to <tt>multipart/alternative</tt>,
Expand Down Expand Up @@ -325,7 +325,7 @@ module ActionMailer
# directory can be configured using the <tt>preview_path</tt> option which has a default # directory can be configured using the <tt>preview_path</tt> option which has a default
# of <tt>test/mailers/previews</tt>: # of <tt>test/mailers/previews</tt>:
# #
# config.action_mailer.preview_path = "#{Rails.root}/lib/mailer_previews" # config.action_mailer.preview_path = "#{Rails.root}/lib/mailer_previews"
# #
# An overview of all previews is accessible at <tt>http://localhost:3000/rails/mailers</tt> # An overview of all previews is accessible at <tt>http://localhost:3000/rails/mailers</tt>
# on a running development server instance. # on a running development server instance.
Expand Down

0 comments on commit a5db212

Please sign in to comment.