aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorJudeArasu <judearasu@gmail.com>2011-03-05 06:08:21 +0530
committerJudeArasu <judearasu@gmail.com>2011-03-05 06:08:21 +0530
commita48f46d4fc6d62138f26d27de060c2f119842969 (patch)
treec2fab723d642dc3f0bfef8516fc97d14550a5172 /actionmailer/README.rdoc
parentc8dae23a2addbbeb8fabf832676b12ef51060b56 (diff)
downloadrails-a48f46d4fc6d62138f26d27de060c2f119842969.tar.gz
rails-a48f46d4fc6d62138f26d27de060c2f119842969.tar.bz2
rails-a48f46d4fc6d62138f26d27de060c2f119842969.zip
typo changes
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc
index b346bd9e79..805a7a72ad 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -75,7 +75,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
-tmail object as its single parameter. The Action Mailer framework has a corresponding class method,
+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 tmail object and calls the receive instance method.
@@ -145,3 +145,4 @@ API documentation is at
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
* https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets
+