Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Routing / StackedRouteMatchInterface.php
index 45b777cfaed636c9a33a225930791bc18fcc476c..c20796fe86e6bb4333ee2f8e77636ab077babc87 100644 (file)
@@ -40,7 +40,7 @@ interface StackedRouteMatchInterface extends RouteMatchInterface {
    *   The request.
    *
    * @return \Drupal\Core\Routing\RouteMatchInterface|null
-   *   THe matching route match, or NULL if there is no matching one.
+   *   The matching route match, or NULL if there is no matching one.
    */
   public function getRouteMatchFromRequest(Request $request);