aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2013-09-09 15:46:12 -0700
committerWaynn Lue <waynnlue@gmail.com>2013-09-10 16:15:41 -0700
commite2c17ff3ec050733c9f5f660eaafd46733215996 (patch)
treec4e2d275cf931d9141b158d50c3119497b4af13c /actionmailer/README.rdoc
parentf20f90f89a9db8cc0e53d31db8d40c3f5c526e44 (diff)
downloadrails-e2c17ff3ec050733c9f5f660eaafd46733215996.tar.gz
rails-e2c17ff3ec050733c9f5f660eaafd46733215996.tar.bz2
rails-e2c17ff3ec050733c9f5f660eaafd46733215996.zip
[ci skip] 'previous version of Rails' is gramatically incorrect
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 a14a6ba18f..178572706c 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -61,7 +61,7 @@ generated would look like this:
Thank you for signing up!
-In previous version of Rails you would call <tt>create_method_name</tt> and
+In previous versions 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.