aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/layouts_and_rendering.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-08-30 19:44:53 -0700
committerZachary Scott <e@zzak.io>2014-08-30 19:44:53 -0700
commiteb8aa4d9fb6d2d2dc196b527d16f2564bcb1ce8e (patch)
treebefdf004ed23f640398ad6051c32dc30a863c4f4 /guides/source/layouts_and_rendering.md
parentd233d6e25ea6988f2be5710fa832dc4b18bfc496 (diff)
downloadrails-eb8aa4d9fb6d2d2dc196b527d16f2564bcb1ce8e.tar.gz
rails-eb8aa4d9fb6d2d2dc196b527d16f2564bcb1ce8e.tar.bz2
rails-eb8aa4d9fb6d2d2dc196b527d16f2564bcb1ce8e.zip
Clean up grammar from #16752 [ci skip]
Diffstat (limited to 'guides/source/layouts_and_rendering.md')
-rw-r--r--guides/source/layouts_and_rendering.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md
index 6df56c4fee..ac254fc000 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -248,8 +248,8 @@ service requests that are expecting something other than proper HTML.
NOTE: By default, if you use the `:plain` option, the text is rendered without
using the current layout. If you want Rails to put the text into the current
-layout, you need to add the `layout: true` option. Make sure to add a layout
-file with extension `.txt.erb`.
+layout, you need to add the `layout: true` option and use the `.txt.erb`
+extension for the layout file.
#### Rendering HTML