[ci skip] 'previous version of Rails' is gramatically incorrect

This commit is contained in:
Waynn Lue 2013-09-09 15:46:12 -07:00 committed by Waynn Lue
parent f20f90f89a
commit e2c17ff3ec
1 changed files with 1 additions and 1 deletions

View File

@ -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.