Change Monthize doc

All results turn 181 to 5 and not 6.
This commit is contained in:
Tyler Cosgrove
2016-02-21 21:22:19 -05:00
parent bd14963992
commit 8051debdcc

View File

@@ -218,7 +218,7 @@ class TwigExtension extends \Twig_Extension
* {{ 'CamelCased'|underscorize }} => camel_cased
* {{ 'Something Text'|hyphenize }} => something-text
* {{ 'something_text_to_read'|humanize }} => "Something text to read"
* {{ '181'|monthize }} => 6
* {{ '181'|monthize }} => 5
* {{ '10'|ordinalize }} => 10th
*
* @param string $action