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