From 3463247da55e34e8c1eb77cf029cdbbf3def624c Mon Sep 17 00:00:00 2001 From: JudeArasu Date: Sat, 5 Mar 2011 06:10:35 +0530 Subject: typo changes --- actionmailer/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 805a7a72ad..4290cc9bcd 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -77,7 +77,7 @@ Or you can just chain the methods together like: To receive emails, you need to implement a public instance method called receive that takes a email object as its single parameter. The Action Mailer framework has a corresponding class method, which is also called receive, that accepts a raw, unprocessed email as a string, which it then turns -into the tmail object and calls the receive instance method. +into the email object and calls the receive instance method. Example: -- cgit v1.2.3