diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index bd9ec7c..956a711 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 -{% elseif user.name == 'bob' %} +{% elsif user.name == 'bob' %} Hello bob {% endif %} ```