Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[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);