diff options
author | Edward Rudd <urkle@outoforder.cc> | 2019-04-04 17:58:37 -0400 |
---|---|---|
committer | Edward Rudd <urkle@outoforder.cc> | 2019-04-04 17:58:37 -0400 |
commit | 1b645333bc6ce2c821ea5b5d66bee72f6fa4b463 (patch) | |
tree | 339dbe76eb3153dee2e29370ba9fbe0f8cf19875 /guides/source | |
parent | a8aca0235092c33527aedea6ce8bf82766f8cec1 (diff) | |
download | rails-1b645333bc6ce2c821ea5b5d66bee72f6fa4b463.tar.gz rails-1b645333bc6ce2c821ea5b5d66bee72f6fa4b463.tar.bz2 rails-1b645333bc6ce2c821ea5b5d66bee72f6fa4b463.zip |
fix typo in the guides (use Rails instead of rails)
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. |