diff --git a/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php b/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
index 1f203fb2073cac8940a9da06a1fe6a75bdd7b5ef..b783e402deb66b3b908a48d5ad27c0c8d52072d5 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 45b777cfaed636c9a33a225930791bc18fcc476c..c20796fe86e6bb4333ee2f8e77636ab077babc87 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 3e3bbaca365b7b64a1e9758c51ed5dc3729f54ae..b4d525a13186974da468633a77ab7be942500cab 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(),
       ],
     ];