diff --git a/core/lib/Drupal/Core/Config/BatchConfigImporter.php b/core/lib/Drupal/Core/Config/BatchConfigImporter.php index 2667009..b5cf1dc 100644 --- a/core/lib/Drupal/Core/Config/BatchConfigImporter.php +++ b/core/lib/Drupal/Core/Config/BatchConfigImporter.php @@ -15,7 +15,7 @@ class BatchConfigImporter extends ConfigImporter { /** - * Initializes the config importer in preparation of processing a batch. + * Initializes the config importer in preparation for processing a batch. */ public function initialize() { // Ensure that the changes have been validated.