We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949c41f commit 9137716Copy full SHA for 9137716
reference/twig_reference.rst
@@ -395,7 +395,7 @@ Transforms the given string into a human readable string (by replacing underscor
395
by spaces, capitalizing the string, etc.) It's useful e.g. when displaying
396
property/variable names on an interface created for end users:
397
398
-.. code-blockk:: twig
+.. code-block:: twig
399
400
{{ 'DateOfBirth'|humanize }} {# renders: Date of birth #}
401
{{ 'dateOfBirth'|humanize }} {# renders: Date of birth #}
0 commit comments