From d0c4fd75f2b4dee42552ef3148422561acb7fca1 Mon Sep 17 00:00:00 2001 From: JudeArasu Date: Sun, 19 Jun 2011 12:14:00 +0530 Subject: typo changes --- actionmailer/lib/action_mailer/base.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'actionmailer') diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index 085afb57c1..e53f548523 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -130,9 +130,9 @@ module ActionMailer #:nodoc: # # config.action_mailer.default_url_options = { :host => "example.com" } # - # If you do decide to set a default :host for your mailers you want to use the + # If you decide to set a default :host for your mailers, then you want to use the # :only_path => false option when using url_for. This will ensure that absolute URLs are - # generated because the url_for view helper will, by default, generate relative URLs when a + # generated because the url_for view helper by default will generate relative URLs when a # :host option isn't explicitly provided. # # = Sending mail @@ -732,3 +732,4 @@ module ActionMailer #:nodoc: ActiveSupport.run_load_hooks(:action_mailer, self) end end + -- cgit v1.2.3