From b2ff00702852b9dc3410501e0c2057b0526ab29e Mon Sep 17 00:00:00 2001 From: gesa Date: Sun, 4 Mar 2012 20:52:07 -0800 Subject: [PATCH] typo, changed "elsif" to "elseif" --- Liquid-for-Designers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index a880964..6cc2a24 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -111,7 +111,7 @@ This is useful for generating content (eg, Mustache, Handlebars) which uses conf `if / else` should be well known from any imaginable programming language. Liquid allows you to write simple expressions in the `if` or `unless` (and -optionally, `elsif` and `else`) clause: +optionally, `elseif` and `else`) clause: ```liquid {% if user %}