Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / accept_header_routing_test / src / AcceptHeaderRoutingTestServiceProvider.php
index 983a60ca58ae90d3f9e9fc823f9c411b74a13241..8d8fefe0aac8af98c3e97e6c210bfac678ba33a1 100644 (file)
@@ -14,7 +14,7 @@ class AcceptHeaderRoutingTestServiceProvider implements ServiceModifierInterface
    * {@inheritdoc}
    */
   public function alter(ContainerBuilder $container) {
-    // Remove the basic content negotation middleware and replace it with a
+    // Remove the basic content negotiation middleware and replace it with a
     // basic header based one.
     $container->register('http_middleware.negotiation', 'Drupal\accept_header_routing_test\AcceptHeaderMiddleware')
       ->addTag('http_middleware', ['priority' => 400]);