aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/layouts_and_rendering.md
diff options
context:
space:
mode:
authorClaudio B. <claudiob@users.noreply.github.com>2015-01-13 00:07:48 -0800
committerClaudio B. <claudiob@users.noreply.github.com>2015-01-13 00:07:48 -0800
commit1af5c969f3921361e7aad5769c4d0291141e94b0 (patch)
tree4a23485603c19c26f76243ccd95440158ad5a262 /guides/source/layouts_and_rendering.md
parent72570ea289ca96edbc074c3aadb2be2b214303af (diff)
parentf5fced2bb94659253e87b12d35e569322b3098fd (diff)
downloadrails-1af5c969f3921361e7aad5769c4d0291141e94b0.tar.gz
rails-1af5c969f3921361e7aad5769c4d0291141e94b0.tar.bz2
rails-1af5c969f3921361e7aad5769c4d0291141e94b0.zip
Merge pull request #18479 from mechanicles/change-a-to-an-for-html
Change a to an for HTML word [ci skip]
Diffstat (limited to 'guides/source/layouts_and_rendering.md')
-rw-r--r--guides/source/layouts_and_rendering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md
index c3cde49630..e5a54c450d 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -255,7 +255,7 @@ extension for the layout file.
#### Rendering HTML
-You can send a HTML string back to the browser by using the `:html` option to
+You can send an HTML string back to the browser by using the `:html` option to
`render`:
```ruby