From bb2c7b432c794af1e0e0ef16e29dcce604af416a Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Fri, 29 Jan 2010 16:50:10 +1100 Subject: Updating Action Mailer documentation --- actionmailer/lib/action_mailer/delivery_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/lib/action_mailer/delivery_methods.rb') diff --git a/actionmailer/lib/action_mailer/delivery_methods.rb b/actionmailer/lib/action_mailer/delivery_methods.rb index f6321a240c..7e92aea8fd 100644 --- a/actionmailer/lib/action_mailer/delivery_methods.rb +++ b/actionmailer/lib/action_mailer/delivery_methods.rb @@ -2,7 +2,7 @@ require 'tmpdir' module ActionMailer # This modules handles everything related to the delivery, from registering new - # delivery methods to configuring the mail object to be send. + # delivery methods to configuring the mail object to be sent. module DeliveryMethods extend ActiveSupport::Concern -- cgit v1.2.3