From: Sema Date: Sat, 27 Apr 2013 15:59:05 +0000 (+0400) Subject: Fixes typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=da635ba7ca36e80a8ac82aee1c2ff7eb7874fbc7;p=konrad%2Ftwig.git Fixes typo --- diff --git a/doc/tags/if.rst b/doc/tags/if.rst index 14e12b1..d7a1451 100644 --- a/doc/tags/if.rst +++ b/doc/tags/if.rst @@ -37,7 +37,7 @@ more complex ``expressions`` there too: {% if kenny.sick %} Kenny is sick. {% elseif kenny.dead %} - You killed Kenny! You bastard!!! + You killed Kenny! You bastard!!! {% else %} Kenny looks okay --- so far {% endif %}