From 3d65335021185ff6b1eb5499d111e1aeef391c5b Mon Sep 17 00:00:00 2001 From: denniskoenigComparon Date: Mon, 18 Jan 2016 10:32:56 +0100 Subject: [PATCH] Update override_dir_structure.rst Fix typo --- cookbook/configuration/override_dir_structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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