diff --git a/core/modules/language/src/Tests/LanguageConfigurationTest.php b/core/modules/language/src/Tests/LanguageConfigurationTest.php index 15e2eb5..40cabde 100644 --- a/core/modules/language/src/Tests/LanguageConfigurationTest.php +++ b/core/modules/language/src/Tests/LanguageConfigurationTest.php @@ -29,7 +29,7 @@ class LanguageConfigurationTest extends WebTestBase { * Functional tests for adding, editing and deleting languages. */ function testLanguageConfiguration() { - // Ensure the after installing the language module the weight of the English + // Ensure that after installing the language module the weight of the English // language is still 0. $this->assertEqual(ConfigurableLanguage::load('en')->getWeight(), 0, 'The English language has a weight of 0.');