From 99ee82c7bead581b978317a6ce38019c854cad5d Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Wed, 20 Apr 2016 11:58:04 +0530 Subject: [ci skip] Small grammar fix --- actionview/lib/action_view/helpers/date_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers/date_helper.rb') diff --git a/actionview/lib/action_view/helpers/date_helper.rb b/actionview/lib/action_view/helpers/date_helper.rb index a98620833e..d83cfbb734 100644 --- a/actionview/lib/action_view/helpers/date_helper.rb +++ b/actionview/lib/action_view/helpers/date_helper.rb @@ -226,7 +226,7 @@ module ActionView # for :year, :month, :day, :hour, :minute and :second. # Setting this option prepends a select option with a generic prompt (Day, Month, Year, Hour, Minute, Seconds) # or the given prompt string. - # * :with_css_classes - Set to true or a hash of strings. Use true if you want assign generic styles for + # * :with_css_classes - Set to true or a hash of strings. Use true if you want to assign generic styles for # select tags. This automatically set classes 'year', 'month', 'day', 'hour', 'minute' and 'second'. A hash of # strings for :year, :month, :day, :hour, :minute, :second # will extend the select type with the given value. Use +html_options+ to modify every select tag in the set. -- cgit v1.2.3