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 // ...