aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_2_release_notes.textile
diff options
context:
space:
mode:
authorTim Harvey <tharvey@squaremouth.com>2012-04-11 17:10:21 -0300
committerTim Harvey <tharvey@squaremouth.com>2012-04-11 17:10:21 -0300
commit63bd01d82fb4b4f62a6842db5edcd60a60efa964 (patch)
tree86c6d49aaada15e170c7752caf80a7a3a63277b7 /guides/source/3_2_release_notes.textile
parent3bcfa614afa2f03bd5f1d42613aa7c410a4ca0bb (diff)
downloadrails-63bd01d82fb4b4f62a6842db5edcd60a60efa964.tar.gz
rails-63bd01d82fb4b4f62a6842db5edcd60a60efa964.tar.bz2
rails-63bd01d82fb4b4f62a6842db5edcd60a60efa964.zip
Grammar fix in 3.2 Release Notes guide
Could also be worded 'as an option', but plural made more sense given the mention of ':handlers and :formats'.
Diffstat (limited to 'guides/source/3_2_release_notes.textile')
-rw-r--r--guides/source/3_2_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_2_release_notes.textile b/guides/source/3_2_release_notes.textile
index 0f8fea2bf6..3524ea6595 100644
--- a/guides/source/3_2_release_notes.textile
+++ b/guides/source/3_2_release_notes.textile
@@ -299,7 +299,7 @@ end
h5(#actionview_deprecations). Deprecations
-* Passing formats or handlers to render :template and friends like <tt>render :template => "foo.html.erb"</tt> is deprecated. Instead, you can provide :handlers and :formats directly as an options: <tt> render :template => "foo", :formats => [:html, :js], :handlers => :erb</tt>.
+* Passing formats or handlers to render :template and friends like <tt>render :template => "foo.html.erb"</tt> is deprecated. Instead, you can provide :handlers and :formats directly as options: <tt> render :template => "foo", :formats => [:html, :js], :handlers => :erb</tt>.
h4. Sprockets