aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-03-31 09:38:14 -0400
committerCarson McDonald <carson@ioncannon.net>2013-03-31 09:38:14 -0400
commit75afe19182de35ce17afe5c8432ec2d87add42b0 (patch)
tree89a1d60015f04d6c959a4eef49f5e3eae40a4e63
parent805c4c1e134bd36573d7d349a180b17dd1d77b7c (diff)
downloadrails-75afe19182de35ce17afe5c8432ec2d87add42b0.tar.gz
rails-75afe19182de35ce17afe5c8432ec2d87add42b0.tar.bz2
rails-75afe19182de35ce17afe5c8432ec2d87add42b0.zip
Fix typo
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
index 31e37893c6..bb62b45e44 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -67,7 +67,7 @@ module ActionView
# you don't specify an extension, <tt>.css</tt> will be appended automatically.
# You can modify the link attributes by passing a hash as the last argument.
# For historical reasons, the 'media' attribute will always be present and defaults
- # to "screen", so you must explicitely set it to "all" for the stylesheet(s) to
+ # to "screen", so you must explicitly set it to "all" for the stylesheet(s) to
# apply to all media types.
#
# stylesheet_link_tag "style"