aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorWeston Platter <westonplatter@gmail.com>2013-04-03 23:48:06 -0500
committerWeston Platter <westonplatter@gmail.com>2013-04-03 23:48:06 -0500
commit5282a8243ad578e3b36cce8ed826563a4f6a6c3e (patch)
tree433b305dcd93e0b940a71c0de9227b8170ebd13f /guides
parent64d8cdee312c85a99a373922d1bf99e0ca047def (diff)
downloadrails-5282a8243ad578e3b36cce8ed826563a4f6a6c3e.tar.gz
rails-5282a8243ad578e3b36cce8ed826563a4f6a6c3e.tar.bz2
rails-5282a8243ad578e3b36cce8ed826563a4f6a6c3e.zip
[layout/rendering guide] remove redundant wording
Diffstat (limited to 'guides')
-rw-r--r--guides/source/layouts_and_rendering.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md
index a3b3472701..2fa6d805c9 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -1,9 +1,7 @@
Layouts and Rendering in Rails
==============================
-This guide covers the basic layout features of Action Controller and Action View. By referring to this guide, you will be able to:
-
-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.