diff --git a/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php b/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php index 77fad0ceabf6e7d04b22de3ec01af9e2b0fab3e5..0651771b34322207730ca2fc38b397bcfbab59e6 100644 --- a/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php +++ b/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php @@ -29,7 +29,7 @@ public function filters($instance_id = NULL); * Sets the configuration for a filter plugin instance. * * Sets or replaces the configuration of a filter plugin in $this->filters, - * and if instantianted already, also ensures that the actual filter plugin on + * and if instantiated already, also ensures that the actual filter plugin on * the FilterBag contains the identical configuration. * * @param string $instance_id