X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fconfig_translation%2Fsrc%2FFormElement%2FElementInterface.php;fp=web%2Fcore%2Fmodules%2Fconfig_translation%2Fsrc%2FFormElement%2FElementInterface.php;h=8df5c013fbe0554d9d26676e55400216798bed6f;hp=936b5573a8d2356ccd7fda353638c1ec02ea3f10;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/config_translation/src/FormElement/ElementInterface.php b/web/core/modules/config_translation/src/FormElement/ElementInterface.php index 936b5573a..8df5c013f 100644 --- a/web/core/modules/config_translation/src/FormElement/ElementInterface.php +++ b/web/core/modules/config_translation/src/FormElement/ElementInterface.php @@ -23,7 +23,7 @@ interface ElementInterface { public static function create(TypedDataInterface $schema); /** - * Builds a render array containg the source and translation form elements. + * Builds a render array containing the source and translation form elements. * * @param \Drupal\Core\Language\LanguageInterface $source_language * The source language of the configuration object.