diff --git a/cookbook/configuration/micro-kernel-trait.rst b/cookbook/configuration/micro-kernel-trait.rst index 79f1d474f6d..1fe157aba5a 100644 --- a/cookbook/configuration/micro-kernel-trait.rst +++ b/cookbook/configuration/micro-kernel-trait.rst @@ -280,7 +280,7 @@ your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template liv at ``app/Resources/views/micro/random.html.twig``. Finally, you need a front controller to boot and run the application. Create a -``web/index.php``: +``web/index.php``:: // web/index.php