fix typo in the guides (use Rails instead of rails)

This commit is contained in:
Edward Rudd 2019-04-04 17:58:37 -04:00
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.