aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAbhishek Jain <jainabhishek1610@gmail.com>2016-04-20 11:58:04 +0530
committerAbhishek Jain <jainabhishek1610@gmail.com>2016-04-20 11:58:04 +0530
commit99ee82c7bead581b978317a6ce38019c854cad5d (patch)
treeab14237b171fa3c0251f72a43f273e06f9167175 /actionview
parent67f4994a0bdf3f0ea4e42dddc47f9c1e452d424d (diff)
downloadrails-99ee82c7bead581b978317a6ce38019c854cad5d.tar.gz
rails-99ee82c7bead581b978317a6ce38019c854cad5d.tar.bz2
rails-99ee82c7bead581b978317a6ce38019c854cad5d.zip
[ci skip] Small grammar fix
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/date_helper.rb2
1 files changed, 1 insertions, 1 deletions
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 <tt>:year</tt>, <tt>:month</tt>, <tt>:day</tt>, <tt>:hour</tt>, <tt>:minute</tt> and <tt>:second</tt>.
# Setting this option prepends a select option with a generic prompt (Day, Month, Year, Hour, Minute, Seconds)
# or the given prompt string.
- # * <tt>:with_css_classes</tt> - Set to true or a hash of strings. Use true if you want assign generic styles for
+ # * <tt>:with_css_classes</tt> - 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 <tt>:year</tt>, <tt>:month</tt>, <tt>:day</tt>, <tt>:hour</tt>, <tt>:minute</tt>, <tt>:second</tt>
# will extend the select type with the given value. Use +html_options+ to modify every select tag in the set.