aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAditya Kapoor <aditya.kapoor@vinsol.com>2014-06-17 02:07:07 +0530
committerAditya Kapoor <aditya.kapoor@vinsol.com>2014-06-17 02:07:07 +0530
commit7ddaf10fcbc6cbded59f9a5473f7e0108b4ae1ac (patch)
tree811716baa28de5594fc7575896b67fe715ff16e6 /actionview
parentc730ae9b7788ce58fef1b62340271b3420ce962e (diff)
downloadrails-7ddaf10fcbc6cbded59f9a5473f7e0108b4ae1ac.tar.gz
rails-7ddaf10fcbc6cbded59f9a5473f7e0108b4ae1ac.tar.bz2
rails-7ddaf10fcbc6cbded59f9a5473f7e0108b4ae1ac.zip
[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")