diff --git a/core/modules/field/lib/Drupal/field/FieldInfo.php b/core/modules/field/lib/Drupal/field/FieldInfo.php index d87684d..e97a412 100644 --- a/core/modules/field/lib/Drupal/field/FieldInfo.php +++ b/core/modules/field/lib/Drupal/field/FieldInfo.php @@ -403,7 +403,7 @@ public function getBundleInstances($entity_type, $bundle) { } // Read from the persistent cache. We read fields first, since - // unserialization the cached instance objects tries to access the field + // unserializing the cached instance objects tries to access the field // definitions. if ($cached_fields = $this->cacheBackend->get("field_info:bundle:fields:$entity_type:$bundle")) { $fields = $cached_fields->data;