mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
Fixes typo
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ more complex ``expressions`` there too:
|
|||||||
{% if kenny.sick %}
|
{% if kenny.sick %}
|
||||||
Kenny is sick.
|
Kenny is sick.
|
||||||
{% elseif kenny.dead %}
|
{% elseif kenny.dead %}
|
||||||
You killed Kenny! You bastard!!!
|
You killed Kenny! You bastard!!!
|
||||||
{% else %}
|
{% else %}
|
||||||
Kenny looks okay --- so far
|
Kenny looks okay --- so far
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user