Skip to content

Commit f575fb0

Browse files
committed
Merge pull request #6 from ch3ric/patch-1
fixed typo
2 parents 8c2a45f + 90f5691 commit f575fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Command/ImportCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function configure()
2828

2929
$this
3030
->setName('locale:editor:import')
31-
->setDescription('Import translation files into sotrage for usage through Translation Editor GUI')
31+
->setDescription('Import translation files into storage for usage through Translation Editor GUI')
3232
->addOption('bundle', null, InputOption::VALUE_OPTIONAL, 'Allow to import a single bundle')
3333
->addOption('locale', null, InputOption::VALUE_OPTIONAL, 'Import to a single locale')
3434
->addOption('file', null, InputOption::VALUE_OPTIONAL, 'Restrict the importing to a single file')

0 commit comments

Comments
 (0)