Skip to content

Commit

Permalink
fixed a minor typo in the debugging doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuamorse authored and weaverryan committed Jul 29, 2012
1 parent bc0805a commit c1f5c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The ``app_dev.php`` front controller reads as follows by default::
$kernel->loadClassCache();
$kernel->handle(Request::createFromGlobals())->send();

To make you debugger happier, disable all PHP class caches by removing the
To make your debugger happier, disable all PHP class caches by removing the
call to ``loadClassCache()`` and by replacing the require statements like
below::

Expand Down

0 comments on commit c1f5c4f

Please sign in to comment.