From f744f367b955920f42c52b3a59dbb3759214edec Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 12 Apr 2024 21:15:24 +0100
Subject: [PATCH] Issue #3440523 by narendraR: Remove duplicate `the` from code

(cherry picked from commit 1e8448a54c7fb9a461cc6bf07469ce421acc2b27)
---
 .../tests/src/Functional/Form/MenuLinksetSettingsFormTest.php   | 2 +-
 .../system/tests/src/Functional/Module/DependencyTest.php       | 2 +-
 .../update/tests/src/Functional/UpdateSettingsFormTest.php      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php b/core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php
index 38ed79c37eba..46f7106c9f08 100644
--- a/core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php
+++ b/core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php
@@ -7,7 +7,7 @@
 use Drupal\Tests\BrowserTestBase;
 
 /**
- * Tests the the menu_linkset_settings form.
+ * Tests the menu_linkset_settings form.
  *
  * @group Form
  */
diff --git a/core/modules/system/tests/src/Functional/Module/DependencyTest.php b/core/modules/system/tests/src/Functional/Module/DependencyTest.php
index b9e4315f175a..e176855055d4 100644
--- a/core/modules/system/tests/src/Functional/Module/DependencyTest.php
+++ b/core/modules/system/tests/src/Functional/Module/DependencyTest.php
@@ -133,7 +133,7 @@ public function testNoVersionInfo() {
     $this->assertSession()->fieldEnabled('modules[system_no_module_version_dependency_test][enable]');
     $this->assertSession()->fieldDisabled('modules[system_no_module_version_test][enable]');
 
-    // Remove the version requirement from the the dependency definition
+    // Remove the version requirement from the dependency definition
     $info = [
       'type' => 'module',
       'core_version_requirement' => '*',
diff --git a/core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php b/core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
index 6f2554e77f43..8b1cad4fc0e2 100644
--- a/core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
+++ b/core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
@@ -9,7 +9,7 @@
 use Drupal\Tests\BrowserTestBase;
 
 /**
- * Tests the the update_settings form.
+ * Tests the update_settings form.
  *
  * @group update
  * @group Form
-- 
GitLab