diff --git a/core/lib/Drupal/Core/Field/WidgetBaseInterface.php b/core/lib/Drupal/Core/Field/WidgetBaseInterface.php index f763e28fca51e5be32899ba3f499fed2a0c0f841..0d52c1c23bc5425f711656650d02bf0feeb143e3 100644 --- a/core/lib/Drupal/Core/Field/WidgetBaseInterface.php +++ b/core/lib/Drupal/Core/Field/WidgetBaseInterface.php @@ -15,7 +15,7 @@ * This interface details base wrapping methods that most widget implementations * will want to directly inherit from Drupal\Core\Field\WidgetBase. See * Drupal\Core\Field\WidgetInterface for methods that will more likely be - * overriden in actual widget implementations. + * overridden in actual widget implementations. */ interface WidgetBaseInterface extends PluginSettingsInterface {