From 6c5e72664669b1f4ee7dd8be320d7b4d10698af8 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 30 Oct 2015 12:02:28 +0100 Subject: [PATCH] updated sentence --- cookbook/configuration/override_dir_structure.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbook/configuration/override_dir_structure.rst b/cookbook/configuration/override_dir_structure.rst index 7ab35d98733..813a4e30965 100644 --- a/cookbook/configuration/override_dir_structure.rst +++ b/cookbook/configuration/override_dir_structure.rst @@ -176,8 +176,7 @@ The change in the ``composer.json`` will look like this: ... } -In ``app/autoload.php``, you need to modify the path leading to the -``vendor/autoload.php`` file:: +In ``app/autoload.php``, you need to modify the path to the ``autoload.php`` file:: // app/autoload.php // ...