From 1b645333bc6ce2c821ea5b5d66bee72f6fa4b463 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Thu, 4 Apr 2019 17:58:37 -0400 Subject: [PATCH] fix typo in the guides (use Rails instead of rails) --- guides/source/layouts_and_rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.