diff --git a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php index 25e35f57b6cf..6abb5cce961a 100644 --- a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php +++ b/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php @@ -32,7 +32,7 @@ class DefaultConfigTest extends KernelTestBase { /** * The following config entries are changed on module install. * - * Compare them does not make sense. + * Comparing them does not make sense. * * @todo Figure out why simpletest.settings is not installed. * @@ -88,7 +88,7 @@ class DefaultConfigTest extends KernelTestBase { } // Work out any additional modules and themes that need installing to create - // and optional config. + // an optional config. $optional_config_storage = new FileStorage($module_path . InstallStorage::CONFIG_OPTIONAL_DIRECTORY, StorageInterface::DEFAULT_COLLECTION); $modules_to_install = [$module]; $themes_to_install = [];