Skip to content

Commit c1f5c4f

Browse files
joshuamorseweaverryan
authored andcommitted
fixed a minor typo in the debugging doc
1 parent bc0805a commit c1f5c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The ``app_dev.php`` front controller reads as follows by default::
3939
$kernel->loadClassCache();
4040
$kernel->handle(Request::createFromGlobals())->send();
4141

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

0 commit comments

Comments
 (0)