diff --git a/reference/configuration/twig.rst b/reference/configuration/twig.rst index a0840a23e66..908bfb3f204 100644 --- a/reference/configuration/twig.rst +++ b/reference/configuration/twig.rst @@ -43,7 +43,7 @@ TwigBundle Configuration ("twig") autoescape: ~ # See http://twig.sensiolabs.org/doc/recipes.html#using-the-template-name-to-set-the-default-escaping-strategy - autoescape_service: ~ # Example: '@my_service' + autoescape_service: ~ # Example: 'my_service' autoescape_service_method: ~ # use in combination with autoescape_service option base_template_class: ~ # Example: Twig_Template cache: '%kernel.cache_dir%/twig'