diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index d7474e558f..a87d61d48a 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -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