From ad8310d78497e7ba243b8ae8d2ddc6d45d2e194d Mon Sep 17 00:00:00 2001
From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date: Wed, 14 Feb 2018 14:57:16 +0000
Subject: [PATCH] Issue #2944524 by wundo: Typo in
 Drupal\Core\Routing\UrlGenerator

---
 core/lib/Drupal/Core/Routing/UrlGenerator.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Routing/UrlGenerator.php b/core/lib/Drupal/Core/Routing/UrlGenerator.php
index 92326ec42a3f..3b5c8d256b10 100644
--- a/core/lib/Drupal/Core/Routing/UrlGenerator.php
+++ b/core/lib/Drupal/Core/Routing/UrlGenerator.php
@@ -148,7 +148,7 @@ public function getPathFromRoute($name, $parameters = []) {
    * examined for changes in new Symfony releases.
    *
    * @param array $variables
-   *   The variables form the compiled route, corresponding to slugs in the
+   *   The variables from the compiled route, corresponding to slugs in the
    *   route path.
    * @param array $defaults
    *   The defaults from the route.
-- 
GitLab