mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
was: "elsif", changed to "elseif"
+1
-1
@@ -134,7 +134,7 @@ optionally, `elsif` and `else`) clause:
|
|||||||
```liquid
|
```liquid
|
||||||
{% if user.name == 'tobi' %}
|
{% if user.name == 'tobi' %}
|
||||||
Hello tobi
|
Hello tobi
|
||||||
{% elsif user.name == 'bob' %}
|
{% elseif user.name == 'bob' %}
|
||||||
Hello bob
|
Hello bob
|
||||||
{% endif %}
|
{% endif %}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user