aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorkenta-s <knt01222@gmail.com>2017-01-13 12:00:15 +0900
committerkenta-s <knt01222@gmail.com>2017-01-13 12:00:15 +0900
commit7bfc79ec9bb054b97b2f961a75f8c789999b68dc (patch)
tree3791831bcc7bfa38de9be232cf5c1e34d23dbd0b /actionview
parent242d7e1e039dd36e9868f13824cb6770a9d01076 (diff)
downloadrails-7bfc79ec9bb054b97b2f961a75f8c789999b68dc.tar.gz
rails-7bfc79ec9bb054b97b2f961a75f8c789999b68dc.tar.bz2
rails-7bfc79ec9bb054b97b2f961a75f8c789999b68dc.zip
Fix typo extention -> extension [ci skip]
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 72a094c629..750f96f29e 100644
--- a/actionview/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/asset_tag_helper.rb
@@ -40,7 +40,7 @@ module ActionView
# When the last parameter is a hash you can add HTML attributes using that
# parameter. The following options are supported:
#
- # * <tt>:extname</tt> - Append a extention to the generated url unless the extension
+ # * <tt>:extname</tt> - Append an extension to the generated url unless the extension
# already exists. This only applies for relative urls.
# * <tt>:protocol</tt> - Sets the protocol of the generated url, this option only
# applies when a relative url and +host+ options are provided.