diff --git a/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php b/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php index e7a5edf..2f889c7 100644 --- a/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php +++ b/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php @@ -24,15 +24,15 @@ class InPlaceEditor extends Plugin { public $id; /** - * An array of in-place-editors that have registered themselves as - * alternatives to this editor. + * An array of in-place editors that have registered themselves as + * alternatives to this in-place editor. * * @var array */ public $alternativeTo; /** - * The name of the module providing the editor plugin. + * The name of the module providing the in-place editor plugin. * * @var string */