Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / path / src / Plugin / Field / FieldType / PathFieldItemList.php
index 1a5fbe0858e0e51774cf9315646e2842b74dcc1d..41cc994412e2da6ca12a9a0ce161a3f4b0b03ddd 100644 (file)
@@ -26,7 +26,7 @@ class PathFieldItemList extends FieldItemList {
 
     $entity = $this->getEntity();
     if (!$entity->isNew()) {
-      // @todo Support loading languge neutral aliases in
+      // @todo Support loading language neutral aliases in
       //   https://www.drupal.org/node/2511968.
       $alias = \Drupal::service('path.alias_storage')->load([
         'source' => '/' . $entity->toUrl()->getInternalPath(),