Skip to content

Commit db2c4ab

Browse files
committed
Merge pull request rails#12184 from waynn/patch-4
"previous version of Rails" is gramatically incorrect
2 parents ba04073 + e2c17ff commit db2c4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionmailer/README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ generated would look like this:
6161

6262
Thank you for signing up!
6363

64-
In previous version of Rails you would call <tt>create_method_name</tt> and
64+
In previous versions of Rails you would call <tt>create_method_name</tt> and
6565
<tt>deliver_method_name</tt>. Rails 3.0 has a much simpler interface - you
6666
simply call the method and optionally call +deliver+ on the return value.
6767

0 commit comments

Comments
 (0)