diff --git a/_tags/control-flow.md b/_tags/control-flow.md index 83f30fc..3a99343 100644 --- a/_tags/control-flow.md +++ b/_tags/control-flow.md @@ -86,7 +86,7 @@ Creates a switch statement to compare a variable with different values. `case` i {% case handle %} {% when "cake" %} This is a cake - {% when "cookie" %} + {% when "cookie", "biscuit" %} This is a cookie {% else %} This is not a cake nor a cookie