Issue #2094497 by Ivan Zugec, dawehner: Fix typo in FilterFormatInterface docs

8.0.x
Jennifer Hodgdon 2013-09-24 16:45:13 -07:00
parent da833c9ed8
commit f027cda1c0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ interface FilterFormatInterface extends ConfigEntityInterface {
* Sets the configuration for a filter plugin instance. * Sets the configuration for a filter plugin instance.
* *
* Sets or replaces the configuration of a filter plugin in $this->filters, * 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. * the FilterBag contains the identical configuration.
* *
* @param string $instance_id * @param string $instance_id