Skip to content

Commit 0dc55dd

Browse files
committed
Fix typo
1 parent a26f088 commit 0dc55dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(KernelInterface $kernel)
4141

4242
$inputDefinition = $this->getDefinition();
4343
$inputDefinition->addOption(new InputOption('--env', '-e', InputOption::VALUE_REQUIRED, 'The Environment name.', $kernel->getEnvironment()));
44-
$inputDefinition->addOption(new InputOption('--no-debug', null, InputOption::VALUE_NONE, 'Switches off debug mode.'));
44+
$inputDefinition->addOption(new InputOption('--no-debug', null, InputOption::VALUE_NONE, 'Switch off debug mode.'));
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)