From c2939f5041647ede605ce707bb963e899b229222 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:17:56 -0400 Subject: [PATCH] spelling: opt-in Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- site/content/examples/05-bindings/02-checkbox-inputs/App.svelte | 2 +- .../tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte | 2 +- .../tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}