diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb
index 72fe9a3232..51b77a9521 100644
--- a/actionpack/lib/action_view/helpers/date_helper.rb
+++ b/actionpack/lib/action_view/helpers/date_helper.rb
@@ -114,7 +114,7 @@ module ActionView
# "2" instead of "February").
# * :use_short_month - Set to true if you want to use the abbreviated month name instead of the full
# name (e.g. "Feb" instead of "February").
- # * :add_month_number - Set to true if you want to show both, the month's number and name (e.g.
+ # * :add_month_numbers - Set to true if you want to show both, the month's number and name (e.g.
# "2 - February" instead of "February").
# * :use_month_names - Set to an array with 12 month names if you want to customize month names.
# Note: You can also use Rails' new i18n functionality for this.