aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2019-04-05 03:32:49 +0530
committerGitHub <noreply@github.com>2019-04-05 03:32:49 +0530
commitcadc5de223c4de30cc8280dbb335d02b07c0c44f (patch)
tree339dbe76eb3153dee2e29370ba9fbe0f8cf19875
parenta8aca0235092c33527aedea6ce8bf82766f8cec1 (diff)
parent1b645333bc6ce2c821ea5b5d66bee72f6fa4b463 (diff)
downloadrails-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]
-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 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.