diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index 1271199..d5c4997 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -203,7 +203,7 @@ Liquid expressions are tested for "truthiness" in what looks like a Ruby-like wa ```liquid {% if user.name == 'tobi' %} Hello tobi -{% elseif user.name == 'bob' %} +{% elsif user.name == 'bob' %} Hello bob {% endif %} ```