From ae7bca02df64ba3e4a6e4c1a8b06397159642b9a Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 14 Aug 2018 20:28:53 +0100
Subject: [PATCH] Issue #2984955 by neclimdul, alexpott: Fix THe to be The

---
 core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php     | 2 +-
 core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php     | 2 +-
 .../views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php b/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
index 1f203fb2073c..b783e402deb6 100644
--- a/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
+++ b/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
@@ -63,7 +63,7 @@ public function createInstance($plugin_id, array $configuration = []) {
    * @param \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|mixed[] $plugin_definition
    *   The plugin definition associated with the plugin ID.
    * @param string $required_interface
-   *   (optional) THe required plugin interface.
+   *   (optional) The required plugin interface.
    *
    * @return string
    *   The appropriate class name.
diff --git a/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php b/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
index 45b777cfaed6..c20796fe86e6 100644
--- a/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
+++ b/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
@@ -40,7 +40,7 @@ public function getParentRouteMatch();
    *   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);
 
diff --git a/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php b/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
index 3e3bbaca365b..b4d525a13186 100644
--- a/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
+++ b/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
@@ -69,7 +69,7 @@ public function testViewWithNonDefaultPendingRevision() {
         'nid' => $node->id(),
         // The default revision ID.
         'vid_1' => $revision->getRevisionId(),
-        // THe latest revision ID.
+        // The latest revision ID.
         'vid' => $revision2->getRevisionId(),
       ],
     ];
-- 
GitLab