From 10cf5f1a5cdb6040e4894dbccec01fcecd891ac9 Mon Sep 17 00:00:00 2001 From: Bocharsky Victor Date: Tue, 4 Aug 2015 10:52:31 +0300 Subject: [PATCH] Improve humanize filter documentation Add processing camelCase text behavior description --- reference/twig_reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 55e55195f2c..f1b4d664ef9 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -418,7 +418,8 @@ humanize **type**: ``string`` Makes a technical name human readable (i.e. replaces underscores by spaces -and capitalizes the string). +or transforms camelCase text like ``helloWorld`` to ``hello world`` +and then capitalizes the string). trans ~~~~~