aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2008-12-15 16:00:32 +0000
committerFrederick Cheung <frederick.cheung@gmail.com>2008-12-15 16:00:32 +0000
commit9952435cff01387be6a0d349a41834638256a0f4 (patch)
treebf2d3c32fd3ad0fd1bdb884934f0ffab16483a78
parentf2b69d56e4a68cd265e733b20806394abea7caba (diff)
downloadrails-9952435cff01387be6a0d349a41834638256a0f4.tar.gz
rails-9952435cff01387be6a0d349a41834638256a0f4.tar.bz2
rails-9952435cff01387be6a0d349a41834638256a0f4.zip
Fix formatting typo
-rw-r--r--actionpack/lib/action_view/helpers/date_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb
index 22108dd99d..a04bb8c598 100644
--- a/actionpack/lib/action_view/helpers/date_helper.rb
+++ b/actionpack/lib/action_view/helpers/date_helper.rb
@@ -111,7 +111,7 @@ module ActionView
#
# ==== Options
# * <tt>:use_month_numbers</tt> - Set to true if you want to use month numbers rather than month names (e.g.
- # "2" instead of "February").
+ # "2" instead of "February").
# * <tt>:use_short_month</tt> - Set to true if you want to use the abbreviated month name instead of the full
# name (e.g. "Feb" instead of "February").
# * <tt>:add_month_number</tt> - Set to true if you want to show both, the month's number and name (e.g.