Browse Source

Merge pull request #5326 from davidyell/patch-1

Fix typo
ADmad 11 years ago
parent
commit
fd77400403
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FormHelper.php

+ 1 - 1
src/View/Helper/FormHelper.php

@@ -902,7 +902,7 @@ class FormHelper extends Helper {
  * ### Options
  *
  * See each field type method for more information. Any options that are part of
- * $attributes or $options for the different **type** methods can be included in `$options` for input().i
+ * $attributes or $options for the different **type** methods can be included in `$options` for input().
  * Additionally, any unknown keys that are not in the list below, or part of the selected type's options
  * will be treated as a regular html attribute for the generated input.
  *