Revert typo

Viktor Jarnheimer
2017-09-20 10:05:17 +02:00
parent ca45b450df
commit 2f36b753cd
+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
{% elseif user.name == 'bob' %}
{% elsif user.name == 'bob' %}
Hello bob
{% endif %}
```