Skip to content

Commit 9137716

Browse files
committed
-
1 parent 949c41f commit 9137716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/twig_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Transforms the given string into a human readable string (by replacing underscor
395395
by spaces, capitalizing the string, etc.) It's useful e.g. when displaying
396396
property/variable names on an interface created for end users:
397397

398-
.. code-blockk:: twig
398+
.. code-block:: twig
399399
400400
{{ 'DateOfBirth'|humanize }} {# renders: Date of birth #}
401401
{{ 'dateOfBirth'|humanize }} {# renders: Date of birth #}

0 commit comments

Comments
 (0)