diff --git a/core/modules/entity/entity.api.php b/core/modules/entity/entity.api.php index 0082fc0..e983778 100644 --- a/core/modules/entity/entity.api.php +++ b/core/modules/entity/entity.api.php @@ -288,7 +288,7 @@ function hook_entity_update($entity, $type) { /** * Act before entity deletion. * - * This hook runs after the entity-specific predelete hook. + * This hook runs after the entity type-specific predelete hook. * * @param $entity * The entity object for the entity that is about to be deleted. @@ -318,7 +318,7 @@ function hook_entity_predelete($entity, $type) { /** * Respond to entity deletion. * - * This hook runs after the entity-specific delete hook. + * This hook runs after the entity type-specific delete hook. * * @param $entity * The entity object for the entity that has been deleted.