aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-16 17:40:25 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-16 17:40:25 -0300
commit91532738a151f637206906d5afb64e68ec68cec0 (patch)
tree811716baa28de5594fc7575896b67fe715ff16e6 /actionview
parentc730ae9b7788ce58fef1b62340271b3420ce962e (diff)
parent7ddaf10fcbc6cbded59f9a5473f7e0108b4ae1ac (diff)
downloadrails-91532738a151f637206906d5afb64e68ec68cec0.tar.gz
rails-91532738a151f637206906d5afb64e68ec68cec0.tar.bz2
rails-91532738a151f637206906d5afb64e68ec68cec0.zip
Merge pull request #15758 from aditya-kapoor/replace-keyword
[ci skip] /javascript/ ~> JavaScript
Diffstat (limited to 'actionview')
-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 7333ea999a..669050e7a7 100644
--- a/actionview/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/asset_tag_helper.rb
@@ -7,7 +7,7 @@ module ActionView
# = Action View Asset Tag Helpers
module Helpers #:nodoc:
# This module provides methods for generating HTML that links views to assets such
- # as images, javascripts, stylesheets, and feeds. These methods do not verify
+ # as images, JavaScripts, stylesheets, and feeds. These methods do not verify
# the assets exist before linking to them:
#
# image_tag("rails.png")