From 7bfc79ec9bb054b97b2f961a75f8c789999b68dc Mon Sep 17 00:00:00 2001 From: kenta-s Date: Fri, 13 Jan 2017 12:00:15 +0900 Subject: Fix typo extention -> extension [ci skip] --- actionview/lib/action_view/helpers/asset_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers') 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: # - # * :extname - Append a extention to the generated url unless the extension + # * :extname - Append an extension to the generated url unless the extension # already exists. This only applies for relative urls. # * :protocol - Sets the protocol of the generated url, this option only # applies when a relative url and +host+ options are provided. -- cgit v1.2.3