diff --git a/core/modules/system/entity.api.php b/core/modules/system/entity.api.php index bb7411b..1ecff6e 100644 --- a/core/modules/system/entity.api.php +++ b/core/modules/system/entity.api.php @@ -706,7 +706,7 @@ function hook_entity_base_field_info_alter(&$fields, \Drupal\Core\Entity\EntityT /** * Provides field definitions for a specific bundle within an entity type. * - * Bundles fields either have to override an existing base field, or need to + * Bundle fields either have to override an existing base field, or need to * provide a storage field via hook_entity_storage_field_info(). * * @param \Drupal\Core\Entity\EntityTypeInterface $entity_type