We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c2a45f + 90f5691 commit f575fb0Copy full SHA for f575fb0
1 file changed
Command/ImportCommand.php
@@ -28,7 +28,7 @@ protected function configure()
28
29
$this
30
->setName('locale:editor:import')
31
- ->setDescription('Import translation files into sotrage for usage through Translation Editor GUI')
+ ->setDescription('Import translation files into storage for usage through Translation Editor GUI')
32
->addOption('bundle', null, InputOption::VALUE_OPTIONAL, 'Allow to import a single bundle')
33
->addOption('locale', null, InputOption::VALUE_OPTIONAL, 'Import to a single locale')
34
->addOption('file', null, InputOption::VALUE_OPTIONAL, 'Restrict the importing to a single file')
0 commit comments