diff --git a/core/lib/Drupal/Core/ParamConverter/EntityConverter.php b/core/lib/Drupal/Core/ParamConverter/EntityConverter.php index bfd7cd9..be2a354 100644 --- a/core/lib/Drupal/Core/ParamConverter/EntityConverter.php +++ b/core/lib/Drupal/Core/ParamConverter/EntityConverter.php @@ -66,7 +66,7 @@ public function convert($value, $definition, $name, array $defaults) { $entity = NULL; // If the entity type is revisionable and the parameter has the - // "load_latest_revision" flag load the latest revision. + // "load_latest_revision" flag, load the latest revision. if (!empty($definition['load_latest_revision']) && $entity_definition->isRevisionable()) { // @todo, replace this query with a standardized way of getting the // latest revision in https://www.drupal.org/node/2784201.