Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config_translation / src / FormElement / ElementInterface.php
index 936b5573a8d2356ccd7fda353638c1ec02ea3f10..8df5c013fbe0554d9d26676e55400216798bed6f 100644 (file)
@@ -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.