aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2010-12-20 01:07:33 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2010-12-20 01:07:33 +0530
commit4038a6bc0f9006fac32943040733c734cc8afe14 (patch)
tree0a88c50e209a4bb241387b87084d46687d48d1ae /actionmailer/README.rdoc
parent4197fad8413e4b599c1c7f2382f4dcaeccf9473d (diff)
downloadrails-4038a6bc0f9006fac32943040733c734cc8afe14.tar.gz
rails-4038a6bc0f9006fac32943040733c734cc8afe14.tar.bz2
rails-4038a6bc0f9006fac32943040733c734cc8afe14.zip
minor fixesin READMEs
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 dfb696eb55..b346bd9e79 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -59,7 +59,7 @@ generated would look like this:
Mr. david@loudthinking.com
-In previous version of rails you would call <tt>create_method_name</tt> and
+In previous version of Rails you would call <tt>create_method_name</tt> and
<tt>deliver_method_name</tt>. Rails 3.0 has a much simpler interface, you
simply call the method and optionally call +deliver+ on the return value.