From 8c8f870abd52df2ec8f18ef78440082b29587578 Mon Sep 17 00:00:00 2001 From: AngangGuo Date: Thu, 19 Nov 2020 14:07:43 -0800 Subject: [PATCH] using meaningful variable name --- .../06-bindings/03-checkbox-inputs/app-b/App.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte b/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte index b82d31e783..a4490f8c4a 100644 --- a/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/App.svelte +++ b/site/content/tutorial/06-bindings/03-checkbox-inputs/app-b/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 +