Skip to content

Commit 18610a4

Browse files
bocharsky-bwwouterj
authored andcommitted
Improve humanize filter documentation
Add processing camelCase text behavior description
1 parent 034a6f0 commit 18610a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/twig_reference.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ humanize
380380
**type**: ``string``
381381

382382
Makes a technical name human readable (i.e. replaces underscores by spaces
383-
and capitalizes the string).
383+
or transforms camelCase text like ``helloWorld`` to ``hello world``
384+
and then capitalizes the string).
384385

385386
trans
386387
~~~~~

0 commit comments

Comments
 (0)