aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorWeston Platter <westonplatter@gmail.com>2013-04-04 00:11:21 -0500
committerWeston Platter <westonplatter@gmail.com>2013-04-04 00:11:21 -0500
commitaf8a788ab7f18a23d46d9b8fb5ceceef2c527045 (patch)
tree313647fc1e2fa296b2db116c4a29b11f5f421b17 /guides
parent5282a8243ad578e3b36cce8ed826563a4f6a6c3e (diff)
downloadrails-af8a788ab7f18a23d46d9b8fb5ceceef2c527045.tar.gz
rails-af8a788ab7f18a23d46d9b8fb5ceceef2c527045.tar.bz2
rails-af8a788ab7f18a23d46d9b8fb5ceceef2c527045.zip
[layout/rendering guide] move sentence to new line to follow convention in other guides.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/layouts_and_rendering.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md
index 2fa6d805c9..80d0f4eef2 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -1,7 +1,9 @@
Layouts and Rendering in Rails
==============================
-This guide covers the basic layout features of Action Controller and Action View. After reading this guide, you will know:
+This guide covers the basic layout features of Action Controller and Action View.
+
+After reading this guide, you will know:
* How to use the various rendering methods built into Rails.
* How to create layouts with multiple content sections.