diff --git a/cookbook/configuration/override_dir_structure.rst b/cookbook/configuration/override_dir_structure.rst index dd0e01dcbbe..0c4f84c819f 100644 --- a/cookbook/configuration/override_dir_structure.rst +++ b/cookbook/configuration/override_dir_structure.rst @@ -36,7 +36,7 @@ Override the ``cache`` Directory -------------------------------- You can change the default cache directory by overriding the ``getCacheDir`` method -in the ``AppKernel`` class of you application:: +in the ``AppKernel`` class of your application:: // app/AppKernel.php