From 1509748b31221864e0911558756c1f633d828062 Mon Sep 17 00:00:00 2001 From: AngangGuo Date: Thu, 19 Nov 2020 14:06:44 -0800 Subject: [PATCH] using meaningfule variable name --- .../06-bindings/03-checkbox-inputs/app-a/App.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte b/site/content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte index 2847dad485..b81a122547 100644 --- a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte +++ b/site/content/tutorial/06-bindings/03-checkbox-inputs/app-a/App.svelte @@ -1,18 +1,18 @@ -{#if yes} +{#if subscribed}

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.

{/if} - \ No newline at end of file +