aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-06-09 11:48:53 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-06-09 11:49:33 +0200
commit0b57f090c95503a14dfb3473752fecc658527d16 (patch)
treeb2789a72b1c3fd0fc9ab71e228b71162019755f5 /actionmailer
parent0de359c5ef3bccd3a54f014f6e2a45541011ef2e (diff)
downloadrails-0b57f090c95503a14dfb3473752fecc658527d16.tar.gz
rails-0b57f090c95503a14dfb3473752fecc658527d16.tar.bz2
rails-0b57f090c95503a14dfb3473752fecc658527d16.zip
Tiny documentation edits [ci skip]
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 3c522ce707..7022c04a9a 100644
--- a/actionmailer/lib/action_mailer/base.rb
+++ b/actionmailer/lib/action_mailer/base.rb
@@ -155,7 +155,7 @@ module ActionMailer
# Note that <tt>deliver_later</tt> will execute your method from the background job.
#
# You never instantiate your mailer class. Rather, you just call the method you defined on the class itself.
- # All instance method are expected to return a message object to be sent.
+ # All instance methods are expected to return a message object to be sent.
#
# = Multipart Emails
#