diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index 956a711..bd9ec7c 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -134,7 +134,7 @@ optionally, `elsif` and `else`) clause: ```liquid {% if user.name == 'tobi' %} Hello tobi -{% elsif user.name == 'bob' %} +{% elseif user.name == 'bob' %} Hello bob {% endif %} ```