twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Update plural.rst: Fixing(?) broken links #4357

Closed ThomasLandauer closed 1 month ago

ThomasLandauer commented 1 month ago

More important question: Is the filter's name plural or pluralize??

fabpot commented 1 month ago

Good catch, thanks @ThomasLandauer.

fabpot commented 1 month ago

plural is the name of the filter in Twig, pluralize is the name of the method in Symfony.