8000 Fix typo in UPGRADE-3.0.md by hice3000 · Pull Request #10320 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fix typo in UPGRADE-3.0.md #10320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in UPGRADE-3.0.md
  • Loading branch information
hice3000 committed Feb 24, 2014
commit 53c81898e785164cfb82178ec12f51477c1ae56c
2 changes: 1 addition & 1 deletion UPGRADE-3.0.md
5CAC
Original file line number Diff line numberDiff line change
Expand Up @@ -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

Expand Down
0