From 4c818122f3ff9129ebffb1e52573c4e736d64668 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 18 Feb 2025 15:14:50 +0100 Subject: [PATCH] fix typo --- doc/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced.rst b/doc/advanced.rst index 963aecf86..43cdc69a8 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -775,7 +775,7 @@ responsible for parsing the tag and compiling it to PHP. Operators ~~~~~~~~~ -The ``getOperators()`` methods lets you add new operators. To implement a new +The ``getOperators()`` method lets you add new operators. To implement a new one, have a look at the default operators provided by ``Twig\Extension\CoreExtension``.