diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index e2431b2723..e0b08670b7 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -324,7 +324,7 @@ public static function cache($bin = 'default') { * (optional) A class name to instantiate. * * @return \Drupal\Core\DependencyInjection\ClassResolverInterface|object - * The class resolver of if $class is provided, a class instance with a + * The class resolver or if $class is provided, a class instance with a * given class definition. * * @throws \InvalidArgumentException