aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/layouts_and_rendering.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-04-15 00:34:29 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-04-15 00:34:29 +0530
commitbe1af1b896f8787ebac04c479f72eae6e8f8e6fb (patch)
tree6bf019fc9072e45eaf29c0288e723565f3636b35 /guides/source/layouts_and_rendering.md
parent5495bac3548011c1c60b156e6306ed12a632047b (diff)
downloadrails-be1af1b896f8787ebac04c479f72eae6e8f8e6fb.tar.gz
rails-be1af1b896f8787ebac04c479f72eae6e8f8e6fb.tar.bz2
rails-be1af1b896f8787ebac04c479f72eae6e8f8e6fb.zip
Fixed typo [ci skip]
Diffstat (limited to 'guides/source/layouts_and_rendering.md')
-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 cdf3dbd77f..c8bb6f4110 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -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`