Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 7, 2013
1 parent 1ab1146 commit f693128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Debug/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Component/Debug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f693128

Please sign in to comment.