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 / AcceptHeaderMiddleware.php
index 1252f1bb0268902d93d0232105e315b7c9e0196c..f607a895accce21e17142d453677e200b594534d 100644 (file)
@@ -6,7 +6,7 @@ use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 
 /**
- * Example implementation of accept header based content negotation.
+ * Example implementation of "accept header"-based content negotiation.
  */
 class AcceptHeaderMiddleware implements HttpKernelInterface {