diff --git a/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php b/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php index 247fdad..7def9b8 100644 --- a/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php +++ b/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php @@ -151,8 +151,8 @@ public function testGenerateFromUrl() { /** * Tests the generateFromUrl() method with an external URL. * - * The set_active_class option is set to TRUE to insure this does not cause - * an error with an external URL. + * The set_active_class option is set to TRUE to ensure this does not cause + * an error together with an external URL. * * @covers ::generateFromUrl() */