From f5fced2bb94659253e87b12d35e569322b3098fd Mon Sep 17 00:00:00 2001 From: Santosh Wadghule Date: Tue, 13 Jan 2015 11:20:34 +0530 Subject: [PATCH] Change a to an for HTML word [ci skip] --- guides/source/layouts_and_rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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