From 53c81898e785164cfb82178ec12f51477c1ae56c Mon Sep 17 00:00:00 2001 From: Malte N Date: Mon, 24 Feb 2014 16:17:08 +0100 Subject: [PATCH] Fix typo in UPGRADE-3.0.md --- UPGRADE-3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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