Fix typo in UPGRADE-3.0.md

This commit is contained in:
Malte N 2014-02-24 16:17:08 +01:00
parent 872647a8b2
commit 53c81898e7
1 changed files with 1 additions and 1 deletions

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