diff --git a/src/TwigComponent/doc/index.rst b/src/TwigComponent/doc/index.rst index ac0bf998dc6..b110ee0c03f 100644 --- a/src/TwigComponent/doc/index.rst +++ b/src/TwigComponent/doc/index.rst @@ -872,7 +872,6 @@ that's passed to it via the ``outerBlocks`` variable and forward it into ``Alert {# templates/components/SuccessAlert.html.twig #} - {% component Alert with {type: 'success'} %} {{ block(outerBlocks.content) }}