minor #10320 Fix typo in UPGRADE-3.0.md (hice3000)

This PR was merged into the 2.5-dev branch.

Discussion
----------

Fix typo in UPGRADE-3.0.md

Commits
-------

53c8189 Fix typo in UPGRADE-3.0.md
This commit is contained in:
Fabien Potencier 2014-02-24 17:02:25 +01:00
commit 9c582d9bea

View File

@ -21,7 +21,7 @@ UPGRADE FROM 2.x to 3.0
### Console
* The methods `isQuiet`, `isVerbose`, `isVeryVerbose` and `isDebug` were added
to `Symfony\Component\Console\Output\OutputInteface`.
to `Symfony\Component\Console\Output\OutputInterface`.
### EventDispatcher