aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/delivery_methods.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/lib/action_mailer/delivery_methods.rb')
-rw-r--r--actionmailer/lib/action_mailer/delivery_methods.rb2
1 files changed, 1 insertions, 1 deletions
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