Kaynağa Gözat

Merge commit 'upstream/master'

* commit 'upstream/master':
  [Console] fixed typo
  [Console] added a Shell
  [Foundation] updated the autoloader, added a new one

Conflicts:
	src/Symfony/Components/Console/Shell.php
Fabien Potencier 15 yıl önce
ebeveyn
işleme
b6ff29a2af
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Symfony/Components/Console/Shell.php

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

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