From ed994bdbd53e936c62e00a5dd18f69dbe892828a Mon Sep 17 00:00:00 2001 From: Anthony Ciccarello Date: Sun, 26 Apr 2020 15:09:33 -0700 Subject: [PATCH] fix elsif spelling on tags overview in docs --- docs/source/tags/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tags/overview.md b/docs/source/tags/overview.md index b873ba3de..72c76975e 100644 --- a/docs/source/tags/overview.md +++ b/docs/source/tags/overview.md @@ -9,7 +9,7 @@ There're a dozen of tags supported by LiquidJS, with all tags in [shopify/liquid Category | Purpose | Tags --- | --- | --- Iteration | iterate over a collection | for, cycle, tablerow -Control Flow | control the execution branch of template rendering | if, unless, elif, else, case, when +Control Flow | control the execution branch of template rendering | if, unless, elsif, else, case, when Variable | define and alter variables | assign, increment, decrement File | include another template or extend a layout template | render, include, layout Language | temporarily disable LiquidJS syntax | raw, comment