Browse Source

Small typo.

Mark Scherer 11 years ago
parent
commit
40eeefc841
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Widget/DateTimeWidget.php

+ 1 - 1
src/View/Widget/DateTimeWidget.php

@@ -91,7 +91,7 @@ class DateTimeWidget implements WidgetInterface
      * - `minute` - Array of options for the minute select box.
      * - `second` - Set to true to enable the seconds input. Defaults to false.
      * - `meridian` - Set to true to enable the meridian input. Defaults to false.
-     *   The meridian will be enabled automatically if you chose a 12 hour format.
+     *   The meridian will be enabled automatically if you choose a 12 hour format.
      *
      * The `year` option accepts the `start` and `end` options. These let you control
      * the year range that is generated. It defaults to +-5 years from today.