aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/layouts_and_rendering.md
diff options
context:
space:
mode:
authorSantosh Wadghule <santosh.wadghule@gmail.com>2015-01-13 11:20:34 +0530
committerSantosh Wadghule <santosh.wadghule@gmail.com>2015-01-13 11:20:34 +0530
commitf5fced2bb94659253e87b12d35e569322b3098fd (patch)
tree4a23485603c19c26f76243ccd95440158ad5a262 /guides/source/layouts_and_rendering.md
parent72570ea289ca96edbc074c3aadb2be2b214303af (diff)
downloadrails-f5fced2bb94659253e87b12d35e569322b3098fd.tar.gz
rails-f5fced2bb94659253e87b12d35e569322b3098fd.tar.bz2
rails-f5fced2bb94659253e87b12d35e569322b3098fd.zip
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