Reverted change back, my appoligies, it is elsif not elseif

lot224
2015-10-20 13:33:11 -04:00
parent a96c0010fd
commit dc03ce2b5a
+1 -1
@@ -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 %}
```