diff --git a/doc/tags/macro.rst b/doc/tags/macro.rst index 874f35e5092..d1d0641c090 100644 --- a/doc/tags/macro.rst +++ b/doc/tags/macro.rst @@ -74,8 +74,8 @@ via the ``from`` tag: .. caution:: - As macros imported via ``from`` are called like functions, be careful to - not shadow existing functions: + As macros imported via ``from`` are called like functions, be careful that + they shadow existing functions: .. code-block:: twig