aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorSarah A <sarah.alsinan@gmail.com>2016-03-03 23:54:41 -0800
committerSarah A <sarah.alsinan@gmail.com>2016-03-03 23:54:41 -0800
commitb6c9d4d76fe027bd58c6a857f8d5150839fe7a08 (patch)
tree51a328ed3f87d66c8b4338b99b3939340731758f /actionmailer
parent852e0ad200bde1d86f30ca68b2e70c9d4062148b (diff)
downloadrails-b6c9d4d76fe027bd58c6a857f8d5150839fe7a08.tar.gz
rails-b6c9d4d76fe027bd58c6a857f8d5150839fe7a08.tar.bz2
rails-b6c9d4d76fe027bd58c6a857f8d5150839fe7a08.zip
Update base.rb
Diffstat (limited to 'actionmailer')
-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 559cd06d91..a223cf82a1 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -289,7 +289,7 @@ module ActionMailer
#
# Note that the proc is evaluated right at the start of the mail message generation, so if you
# set something in the default using a proc, and then set the same thing inside of your
- # mailer method, it will get over written by the mailer method.
+ # mailer method, it will get overwritten by the mailer method.
#
# It is also possible to set these default options that will be used in all mailers through
# the <tt>default_options=</tt> configuration in <tt>config/application.rb</tt>: