diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2015-02-27 05:28:08 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2015-02-27 05:28:08 +0000 |
commit | 75ddb54eb03a818e263a1836154e7429693e082d (patch) | |
tree | 11ceaf665fd411865bcca79091346e3f24a6fdc9 /guides/source | |
parent | 714205988315d2f98aa3e749747c44470e18676b (diff) | |
parent | 7019b1961520ed1b6903bbfdd7deaa6b3c20e108 (diff) | |
download | rails-75ddb54eb03a818e263a1836154e7429693e082d.tar.gz rails-75ddb54eb03a818e263a1836154e7429693e082d.tar.bz2 rails-75ddb54eb03a818e263a1836154e7429693e082d.zip |
Merge pull request #19107 from prathamesh-sonpatki/template-inheritance
Fix wording in template inheritance section of layout guide [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/layouts_and_rendering.md | 2 |
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 |