aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-02-17 17:19:51 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-02-17 17:19:51 +0530
commit465dd379e47152c9aa3bde252729b77c6b98f168 (patch)
tree7c770c1c4cf00112a6c1149a29122d3b2d9b5073 /actionmailer/lib/action_mailer/base.rb
parented630dfc72109cbe0d89884a9ceacb20ef5b0fa3 (diff)
downloadrails-465dd379e47152c9aa3bde252729b77c6b98f168.tar.gz
rails-465dd379e47152c9aa3bde252729b77c6b98f168.tar.bz2
rails-465dd379e47152c9aa3bde252729b77c6b98f168.zip
fix typo
Diffstat (limited to 'actionmailer/lib/action_mailer/base.rb')
-rw-r--r--actionmailer/lib/action_mailer/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb
index 6ae1eac42a..15b0d01154 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -222,7 +222,7 @@ module ActionMailer #:nodoc:
#
# An interceptor object must implement the <tt>:delivering_email(message)</tt> method which will be
# called before the email is sent, allowing you to make modifications to the email before it hits
- # the delivery agents. Your object should make and needed modifications directly to the passed
+ # the delivery agents. Your object should make any needed modifications directly to the passed
# in Mail::Message instance.
#
# = Default Hash