diff --git a/core/lib/Drupal/Core/Extension/ModuleInstaller.php b/core/lib/Drupal/Core/Extension/ModuleInstaller.php index c9ab18cc24..5374bd3c75 100644 --- a/core/lib/Drupal/Core/Extension/ModuleInstaller.php +++ b/core/lib/Drupal/Core/Extension/ModuleInstaller.php @@ -199,7 +199,7 @@ public function install(array $module_list, $enable_dependencies = TRUE) { // routes are available during installation. This has to occur before // any services that depend on the it are instantiated otherwise those // services will have the old route provider injected. Note that, since - // the container is rebuilt by updating the kernel, the route provide + // the container is rebuilt by updating the kernel, the route provider // service is the regular one even though we are in a loop and might // have replaced it before. \Drupal::getContainer()->set('router.route_provider.old', \Drupal::service('router.route_provider'));