aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormica eked <micaeked@gmail.com>2010-05-04 03:10:41 -0700
committermica eked <micaeked@gmail.com>2010-05-04 03:10:41 -0700
commit3190fcb5216851d64f709ab6cf3fe468558f1020 (patch)
tree3aba42a79a6eab382e30f27d7e38eaf2a0ac03e7
parent1357b659bbcb0fbc7c559da536af76d164f147b5 (diff)
downloadrails-3190fcb5216851d64f709ab6cf3fe468558f1020.tar.gz
rails-3190fcb5216851d64f709ab6cf3fe468558f1020.tar.bz2
rails-3190fcb5216851d64f709ab6cf3fe468558f1020.zip
typo 'follow' -> 'following'
-rw-r--r--railties/guides/source/layouts_and_rendering.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile
index 11d7ed0a3c..7be369453e 100644
--- a/railties/guides/source/layouts_and_rendering.textile
+++ b/railties/guides/source/layouts_and_rendering.textile
@@ -1154,7 +1154,7 @@ h4. Using Nested Layouts
You may find that your application requires a layout that differs slightly from your regular application layout to support one particular controller. Rather than repeating the main layout and editing it, you can accomplish this by using nested layouts (sometimes called sub-templates). Here's an example:
-Suppose you have the follow +ApplicationController+ layout:
+Suppose you have the following +ApplicationController+ layout:
* +app/views/layouts/application.html.erb+