diff --git a/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/PropertyEditor.php b/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/PropertyEditor.php index 87c21fc..665915d 100644 --- a/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/PropertyEditor.php +++ b/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/PropertyEditor.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\editor\Plugin\edit\editor\Editor. + * Contains \Drupal\editor\Plugin\edit\editor\PropertyEditor. */ namespace Drupal\editor\Plugin\edit\editor; @@ -23,7 +23,7 @@ * module = "editor" * ) */ -class Editor extends PluginBase implements EditPluginInterface { +class PropertyEditor extends PluginBase implements EditPluginInterface { /** * Implements \Drupal\edit\Plugin\EditPluginInterface::isCompatible().