diff --git a/src/Commands/config/ConfigImportCommands.php b/src/Commands/config/ConfigImportCommands.php index bd2f38505d..338c1594c4 100644 --- a/src/Commands/config/ConfigImportCommands.php +++ b/src/Commands/config/ConfigImportCommands.php @@ -125,7 +125,7 @@ public function doImport($storage_comparer) { // concurrent synchronizations are an edge-case happening only when // multiple developers or site builders attempt to do it without // coordinating. - $message = 'The import failed due for the following reasons:' . "\n"; + $message = 'The import failed due to the following reasons:' . "\n"; $message .= implode("\n", $config_importer->getErrors()); watchdog_exception('config_import', $e); @@ -159,4 +159,4 @@ public function validate(CommandData $commandData) { } } -} \ No newline at end of file +}