Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c1f5c4f

Browse filesBrowse files
joshuamorseweaverryan
authored andcommitted
fixed a minor typo in the debugging doc
1 parent bc0805a commit c1f5c4f
Copy full SHA for c1f5c4f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/debugging.rst

Copy file name to clipboardExpand all lines: cookbook/debugging.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.