From 5da024270db6332cf9e3717151fec27acb4b443e Mon Sep 17 00:00:00 2001 From: msparks Date: Mon, 7 May 2012 22:49:27 -0700 Subject: [PATCH] Fixing typo of "elsif". --- 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 bca952e..a02498b 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 other programming language. Liquid allows you to write simple expressions in the `if` or `unless` (and -optionally, `elseif` and `else`) clause: +optionally, `elsif` and `else`) clause: ```liquid {% if user %}