aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/asset_tag_helper.rb
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
commitef0f633c66d8eac6612c118c66ccf1b096bd4d3e (patch)
tree6450678fe833e162413bd141f1092914343c4448 /actionview/lib/action_view/helpers/asset_tag_helper.rb
parente0326f56b41ef4e1d41fd327259873992d894736 (diff)
downloadrails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.gz
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.bz2
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.zip
Typo and grammatical fixes [ci skip]
Diffstat (limited to 'actionview/lib/action_view/helpers/asset_tag_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/asset_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/asset_tag_helper.rb b/actionview/lib/action_view/helpers/asset_tag_helper.rb
index b1ba9da4cf..163d01c2eb 100644
--- a/actionview/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/asset_tag_helper.rb
@@ -103,7 +103,7 @@ module ActionView
}.join("\n").html_safe
end
- # Returns a link tag that browsers and news readers can use to auto-detect
+ # Returns a link tag that browsers and feed readers can use to auto-detect
# an RSS or Atom feed. The +type+ can either be <tt>:rss</tt> (default) or
# <tt>:atom</tt>. Control the link options in url_for format using the
# +url_options+. You can modify the LINK tag itself in +tag_options+.