diff options
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 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. |