aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-03-07 05:52:47 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-03-07 05:52:47 +0900
commit112c8025791e51209f1aa8f7b8623f1a5ed3e015 (patch)
tree149d64b85af403bcbf8fc5ddd05938c35e6da0ae /actionmailer/README.rdoc
parentd91be365980ff2614966f65907ca22b0f5b6d315 (diff)
downloadrails-112c8025791e51209f1aa8f7b8623f1a5ed3e015.tar.gz
rails-112c8025791e51209f1aa8f7b8623f1a5ed3e015.tar.bz2
rails-112c8025791e51209f1aa8f7b8623f1a5ed3e015.zip
s/a/an/
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc
index fb93fd1080..2db6140d64 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -74,7 +74,7 @@ Or you can just chain the methods together like:
== Receiving emails
-To receive emails, you need to implement a public instance method called <tt>receive</tt> that takes a
+To receive emails, you need to implement a public instance method called <tt>receive</tt> that takes an
email object as its single parameter. The Action Mailer framework has a corresponding class method,
which is also called <tt>receive</tt>, that accepts a raw, unprocessed email as a string, which it then turns
into the email object and calls the receive instance method.