Skip to content

Commit

Permalink
docs: fix else if blocks on tutorial (#9336)
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyngkm authored and kelvinsjk committed Oct 19, 2023
1 parent dda71eb commit cadedbc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit cadedbc

Please sign in to comment.