minor #4587 fix typo (xabbuh)

This PR was merged into the 3.x branch.

Discussion
----------

fix typo

Commits
-------

4c818122f3 fix typo
This commit is contained in:
Fabien Potencier
2025-02-18 21:23:25 +01:00
+1 -1
View File
@@ -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``.