diff --git a/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php b/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php index 19499af..106fff7 100644 --- a/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php +++ b/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php @@ -18,7 +18,7 @@ * @FieldType( * id = "image", * label = @Translation("Image"), - * description = @Translation("Use an 'Image' reference when you want to upload an image to on entity, generally without re-usability needs. If in doubt, 'Media' references should be preferred instead."), + * description = @Translation("Use an 'Image' reference when you want to upload an image to an entity, generally without re-usability needs. If in doubt, 'Media' references should be preferred instead."), * category = @Translation("Reference"), * default_widget = "image_image", * default_formatter = "image",