diff options
author | Xavier Noria <fxn@hashref.com> | 2014-01-07 03:48:25 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-01-07 03:48:25 -0800 |
commit | 032ab5064b7b436c3ec71373d5faadceb273477e (patch) | |
tree | a99929e49070c49904e6c81ebc59e96dd0e35ef7 /actionview | |
parent | ab21f42245b1e6fa9ccf03d4ebe190803add1569 (diff) | |
parent | 98c3586415150e90cea49003a0be6c5eef84a370 (diff) | |
download | rails-032ab5064b7b436c3ec71373d5faadceb273477e.tar.gz rails-032ab5064b7b436c3ec71373d5faadceb273477e.tar.bz2 rails-032ab5064b7b436c3ec71373d5faadceb273477e.zip |
Merge pull request #13621 from Intrepidd/patch-1
Fix typo in image_tag documentation [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/asset_tag_helper.rb | 2 |
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 ea1aadcc43..aa49f1edc1 100644 --- a/actionview/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionview/lib/action_view/helpers/asset_tag_helper.rb @@ -176,7 +176,7 @@ module ActionView # ==== Options # # You can add HTML attributes using the +options+. The +options+ supports - # three additional keys for convenience and conformance: + # two additional keys for convenience and conformance: # # * <tt>:alt</tt> - If no alt text is given, the file name part of the # +source+ is used (capitalized and without the extension) |