diff options
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index f905fa060..e21c28106 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -757,7 +757,7 @@ function hook_field_widget_info_alter(&$info) { /** * Return the form for a single field widget. * - * Field widget form elements should be based on the passed in $element, which + * Field widget form elements should be based on the passed-in $element, which * contains the base form element properties derived from the field * configuration. * |