Fixing typo in parameter description.

Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
Scott Reeves 2010-07-19 15:32:32 -07:00 committed by mark_story
parent ba9fc94977
commit f44911f6dc

View file

@ -2165,7 +2165,7 @@ class FormHelper extends AppHelper {
*
* Options
*
* - `secure` - boolean whether or not the the field should be added to the security fields.
* - `secure` - boolean whether or not the field should be added to the security fields.
*
* @param string $field Name of the field to initialize options for.
* @param array $options Array of options to append options into.