diff --git a/doc/tags/macro.rst b/doc/tags/macro.rst index 60a1567d1..0d5280ff4 100644 --- a/doc/tags/macro.rst +++ b/doc/tags/macro.rst @@ -13,7 +13,7 @@ Here is a small example of a macro that renders a form element: {% endmacro %} -Macros differs from native PHP functions in a few ways: +Macros differ from native PHP functions in a few ways: * Default argument values are defined by using the ``default`` filter in the macro body;