Merge pull request #18479 from mechanicles/change-a-to-an-for-html

Change a to an for HTML word [ci skip]
This commit is contained in:
Claudio B. 2015-01-13 00:07:48 -08:00
commit 1af5c969f3

@ -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