was: "elsif", changed to "elseif"

lot224
2015-10-20 13:31:09 -04:00
parent 8eb469e357
commit a96c0010fd
+1 -1
@@ -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 %}
```