aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2016-12-20 16:14:42 -0500
committereileencodes <eileencodes@gmail.com>2016-12-20 16:14:42 -0500
commit0dc9eb46ee47b1196583fd860b25242b6421ab1e (patch)
tree34d76fac8edc4b5ff9bce3ea7d33c7713748ef43 /actionview
parentc945da583b8f802216300d037e5a70ebc5da834c (diff)
downloadrails-0dc9eb46ee47b1196583fd860b25242b6421ab1e.tar.gz
rails-0dc9eb46ee47b1196583fd860b25242b6421ab1e.tar.bz2
rails-0dc9eb46ee47b1196583fd860b25242b6421ab1e.zip
Fix grammar in asset tag documentation
Updated the docmentation because "options supports" is not grammatically correct.
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 397a12f137..72a094c629 100644
--- a/actionview/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/asset_tag_helper.rb
@@ -38,7 +38,7 @@ module ActionView
# ==== Options
#
# When the last parameter is a hash you can add HTML attributes using that
- # parameter. That options supports the following keys as well:
+ # parameter. The following options are supported:
#
# * <tt>:extname</tt> - Append a extention to the generated url unless the extension
# already exists. This only applies for relative urls.