mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Fixing typo of "elsif".
+1
-1
@@ -111,7 +111,7 @@ This is useful for generating content (eg, Mustache, Handlebars) which uses conf
|
||||
|
||||
`if / else` should be well-known from any other programming language.
|
||||
Liquid allows you to write simple expressions in the `if` or `unless` (and
|
||||
optionally, `elseif` and `else`) clause:
|
||||
optionally, `elsif` and `else`) clause:
|
||||
|
||||
```liquid
|
||||
{% if user %}
|
||||
|
||||
Reference in New Issue
Block a user