Skip to content

Commit b007d7a

Browse files
committed
[FrameworkBundle] Fix small typo in output comment
1 parent f2a8c2e commit b007d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)