twigphp / Twig

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

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

Closed ThomasLandauer closed 3 days ago

ThomasLandauer commented 3 days ago

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

fabpot commented 3 days ago

Good catch, thanks @ThomasLandauer.

fabpot commented 3 days ago

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