Skip to content

Commit

Permalink
typo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
judearasu committed Jun 19, 2011
1 parent 8d64aaf commit d0c4fd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actionmailer/lib/action_mailer/base.rb
Expand Up @@ -130,9 +130,9 @@ module ActionMailer #:nodoc:
#
# config.action_mailer.default_url_options = { :host => "example.com" }
#
# If you do decide to set a default <tt>:host</tt> for your mailers you want to use the
# If you decide to set a default <tt>:host</tt> for your mailers, then you want to use the
# <tt>:only_path => false</tt> option when using <tt>url_for</tt>. This will ensure that absolute URLs are
# generated because the <tt>url_for</tt> view helper will, by default, generate relative URLs when a
# generated because the <tt>url_for</tt> view helper by default will generate relative URLs when a
# <tt>:host</tt> option isn't explicitly provided.
#
# = Sending mail
Expand Down Expand Up @@ -732,3 +732,4 @@ def insert_part(container, response, charset) #:nodoc:
ActiveSupport.run_load_hooks(:action_mailer, self)
end
end

0 comments on commit d0c4fd7

Please sign in to comment.