mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixed typo [ci skip]
This commit is contained in:
parent
5495bac354
commit
be1af1b896
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ There are three tag options available for the `auto_discovery_link_tag`:
|
|||
|
||||
* `:rel` specifies the `rel` value in the link. The default value is "alternate".
|
||||
* `:type` specifies an explicit MIME type. Rails will generate an appropriate MIME type automatically.
|
||||
* `:title` specifies the title of the link. The default value is the uppercased `:type` value, for example, "ATOM" or "RSS".
|
||||
* `:title` specifies the title of the link. The default value is the uppercase `:type` value, for example, "ATOM" or "RSS".
|
||||
|
||||
#### Linking to JavaScript Files with the `javascript_include_tag`
|
||||
|
||||
|
|
Loading…
Reference in a new issue