mirror of https://github.com/rails/rails
fix typo in the guides (use Rails instead of rails)
This commit is contained in:
parent
a8aca02350
commit
1b645333bc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue