diff options
author | Vipul A M <vipulnsward@gmail.com> | 2019-04-05 03:32:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 03:32:49 +0530 |
commit | cadc5de223c4de30cc8280dbb335d02b07c0c44f (patch) | |
tree | 339dbe76eb3153dee2e29370ba9fbe0f8cf19875 /guides | |
parent | a8aca0235092c33527aedea6ce8bf82766f8cec1 (diff) | |
parent | 1b645333bc6ce2c821ea5b5d66bee72f6fa4b463 (diff) | |
download | rails-cadc5de223c4de30cc8280dbb335d02b07c0c44f.tar.gz rails-cadc5de223c4de30cc8280dbb335d02b07c0c44f.tar.bz2 rails-cadc5de223c4de30cc8280dbb335d02b07c0c44f.zip |
Merge pull request #35863 from urkle/fix-typo-in-guides
fix typo in the guides (use Rails instead of rails) [ci skip]
Diffstat (limited to 'guides')
-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 43cc958cb1..2808527141 100644 --- a/guides/source/layouts_and_rendering.md +++ b/guides/source/layouts_and_rendering.md @@ -420,7 +420,7 @@ If a template with the specified format does not exist an `ActionView::MissingTe ##### The `:variants` Option -This tells rails to look for template variations of the same format. +This tells Rails to look for template variations of the same format. You can specify a list of variants by passing the `:variants` option with a symbol or an array. An example of use would be this. |