docs: fix else if blocks on tutorial (#9336)

pull/9338/head
Min Kim 9 months ago committed by GitHub
parent 590503044f
commit 4b911045b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,6 @@
{#if x > 10}
<p>{x} is greater than 10</p>
{:else if 5 > x}
<p>{x} is less than 5</p>
{:else}
<p>{x} is between 5 and 10</p>
<p>{x} is between 0 and 10</p>
{/if}

Loading…
Cancel
Save