Typo

Viktor Jarnheimer
2017-09-20 09:41:25 +02:00
parent 067d1d1103
commit ca45b450df
+1 -1
@@ -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
{% elsif user.name == 'bob' %}
{% elseif user.name == 'bob' %}
Hello bob
{% endif %}
```