diff --git a/src/TwigComponent/doc/index.rst b/src/TwigComponent/doc/index.rst index 363b516ccc3..5e7c3681734 100644 --- a/src/TwigComponent/doc/index.rst +++ b/src/TwigComponent/doc/index.rst @@ -702,7 +702,7 @@ You can also pass a variable (prop) into your template: To tell the system that ``icon`` and ``type`` are props and not attributes, use the -``{% props %}`` tag at the top of your template. +``{% props %}`` tag at the top of your template. You must define the default value for each prop. .. code-block:: html+twig