Skip to content

Commit d18f5ed

Browse files
committed
[FrameworkBundle] Fix small typo in output comment
1 parent be84687 commit d18f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
101101
(new SymfonyStyle($input, $output))
102102
->table(['Secret', 'Value'] + (null !== $localSecrets ? [2 => 'Local Value'] : []), $rows);
103103

104-
$io->comment("Local values override secret values.\nUse <info>secrets:set --local</info> to defined them.");
104+
$io->comment("Local values override secret values.\nUse <info>secrets:set --local</info> to define them.");
105105

106106
return 0;
107107
}

0 commit comments

Comments
 (0)