mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Typo
+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 %}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user