diff --git a/site/content/examples/05-bindings/02-checkbox-inputs/App.svelte b/site/content/examples/05-bindings/02-checkbox-inputs/App.svelte index b82d31e783..1831da1793 100644 --- a/site/content/examples/05-bindings/02-checkbox-inputs/App.svelte +++ b/site/content/examples/05-bindings/02-checkbox-inputs/App.svelte @@ -10,7 +10,7 @@ {#if yes}

Thank you. We will bombard your inbox and sell your personal details.

{:else} -

You must opt in to continue. If you're not paying, you're the product.

+

You must opt-in to continue. If you're not paying, you're the product.

{/if}