aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/layouts_and_rendering.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-02-27 10:55:10 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-02-27 10:55:10 +0530
commit7019b1961520ed1b6903bbfdd7deaa6b3c20e108 (patch)
treebc697b636864756cfd282ff59efa3c483d390228 /guides/source/layouts_and_rendering.md
parent89e051ace345b6e5d652b039e55ce00eafe1ed6b (diff)
downloadrails-7019b1961520ed1b6903bbfdd7deaa6b3c20e108.tar.gz
rails-7019b1961520ed1b6903bbfdd7deaa6b3c20e108.tar.bz2
rails-7019b1961520ed1b6903bbfdd7deaa6b3c20e108.zip
Fix wording in template inheritance section of layout guide [ci skip]
Diffstat (limited to 'guides/source/layouts_and_rendering.md')
-rw-r--r--guides/source/layouts_and_rendering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md
index b0e71035c0..5c7fad09ed 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -565,7 +565,7 @@ In this application:
##### Template Inheritance
-Similarly to the Layout Inheritance logic, if a template or partial is not found in the conventional path, the controller will look for a template or partial to render in its inheritance chain. For example:
+Similar to the Layout Inheritance logic, if a template or partial is not found in the conventional path, the controller will look for a template or partial to render in its inheritance chain. For example:
```ruby
# in app/controllers/application_controller