Skip to content

Commit eb8aa4d

Browse files
author
Zachary Scott
committed
Clean up grammar from rails#16752 [ci skip]
1 parent d233d6e commit eb8aa4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/layouts_and_rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ service requests that are expecting something other than proper HTML.
248248

249249
NOTE: By default, if you use the `:plain` option, the text is rendered without
250250
using the current layout. If you want Rails to put the text into the current
251-
layout, you need to add the `layout: true` option. Make sure to add a layout
252-
file with extension `.txt.erb`.
251+
layout, you need to add the `layout: true` option and use the `.txt.erb`
252+
extension for the layout file.
253253

254254
#### Rendering HTML
255255

0 commit comments

Comments
 (0)