[FrameworkBundle] Fix small typo in output comment

This commit is contained in:
Jan Schädlich 2020-01-17 18:54:18 +01:00
parent be84687263
commit d18f5ed851

View File

@ -101,7 +101,7 @@ EOF
(new SymfonyStyle($input, $output))
->table(['Secret', 'Value'] + (null !== $localSecrets ? [2 => 'Local Value'] : []), $rows);
$io->comment("Local values override secret values.\nUse <info>secrets:set --local</info> to defined them.");
$io->comment("Local values override secret values.\nUse <info>secrets:set --local</info> to define them.");
return 0;
}