From f693128d682f96c8ac156e09188a378d9f08724d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 7 Apr 2013 17:54:50 +0200 Subject: [PATCH] fixed typos --- src/Symfony/Component/Debug/Debug.php | 2 +- src/Symfony/Component/Debug/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Debug/Debug.php b/src/Symfony/Component/Debug/Debug.php index b147a7c7f4..fff266d40b 100644 --- a/src/Symfony/Component/Debug/Debug.php +++ b/src/Symfony/Component/Debug/Debug.php @@ -30,7 +30,7 @@ class Debug * If the Symfony ClassLoader component is available, a special * class loader is also registered. * - * @param integer $errorReportingLevel The level of error reporting you wan + * @param integer $errorReportingLevel The level of error reporting you want */ public static function enable($errorReportingLevel = null) { diff --git a/src/Symfony/Component/Debug/README.md b/src/Symfony/Component/Debug/README.md index c230d8e7b3..dd5bdca6bf 100644 --- a/src/Symfony/Component/Debug/README.md +++ b/src/Symfony/Component/Debug/README.md @@ -24,8 +24,8 @@ You can also use the tools individually: ini_set('display_errors', 1); } -Not that the `Debug::enable()` call also registers the debug class loader from -the Symfony ClassLoader component when available. +Note that the `Debug::enable()` call also registers the debug class loader +from the Symfony ClassLoader component when available. This component can optionally take advantage of the features of the HttpKernel and HttpFoundation components.