Update wording in example in syntax docs

This commit is contained in:
Guy Marriott 2019-05-20 16:38:55 +12:00 committed by GitHub
parent 7a85b89817
commit b9a8f64ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ Conditionals can also provide the `else` case.
```ss
<% if $MyDinner == "quiche" %>
Real men don't eat quiche
I don't like quiche
<% else_if $MyDinner == $YourDinner %>
We both have good taste
<% else %>