Browse Source

[Console] Fixed stilted English in console header

Douglas Greenshields 13 years ago
parent
commit
2ddd7cca7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Component/Console/Shell.php

+ 1 - 1
src/Symfony/Component/Console/Shell.php

@@ -127,7 +127,7 @@ class Shell
 Welcome to the <info>{$this->application->getName()}</info> shell (<comment>{$this->application->getVersion()}</comment>).
 
 At the prompt, type <comment>help</comment> for some help,
-or <comment>list</comment> to get a list available commands.
+or <comment>list</comment> to get a list of available commands.
 
 To exit the shell, type <comment>^D</comment>.