diff --git a/service_container/lazy_services.rst b/service_container/lazy_services.rst index fe6ad427249..57d8e780549 100644 --- a/service_container/lazy_services.rst +++ b/service_container/lazy_services.rst @@ -53,8 +53,8 @@ You can mark the service as ``lazy`` by manipulating its definition: # config/services.yaml services: - App\Twig\AppExtension: - lazy: true + App\Twig\AppExtension: + lazy: true .. code-block:: xml