1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #27664 from kenta-s/fix-typo-in-asset-tag-helper

Fix typo extention -> extension [ci skip]
This commit is contained in:
प्रथमेश Sonpatki 2017-01-13 09:23:47 +05:30 committed by GitHub
commit be5ddc2508

View file

@ -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.