Skip to content

Commit adb5c75

Browse files
jdreesenweaverryan
authored andcommitted
Update page_creation.rst
small fix
1 parent 2176eb5 commit adb5c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ front controller that can be used with any environment.)
5252
When the front controller initializes the kernel, it provides two parameters:
5353
the environment, and also whether the kernel should run in debug mode.
5454
To make your application respond faster, Symfony2 maintains a cache under the
55-
``app/cache/`` directory. When in debug mode is enabled (such as ``app_dev.php``
55+
``app/cache/`` directory. When debug mode is enabled (such as ``app_dev.php``
5656
does by default), this cache is flushed automatically whenever you make changes
5757
to any code or configuration. When running in debug mode, Symfony2 runs
5858
slower, but your changes are reflected without having to manually clear the

0 commit comments

Comments
 (0)