diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayBase.php b/core/lib/Drupal/Core/Entity/EntityDisplayBase.php index eddcb5edae2e1274cc761a070e53dc4839d08a61..eb93748cecc75d1fbfeda543a5a12ce4f24578bb 100644 --- a/core/lib/Drupal/Core/Entity/EntityDisplayBase.php +++ b/core/lib/Drupal/Core/Entity/EntityDisplayBase.php @@ -94,7 +94,7 @@ abstract class EntityDisplayBase extends ConfigEntityBase implements EntityDispl protected $plugins = array(); /** - * Context in which this entity will be used (e.g. 'display', 'form'). + * Context in which this entity will be used (e.g. 'view', 'form'). * * @var string */