From 8f88cb2e0ce4fd1f1138b9d0f5b371ae8a47491d Mon Sep 17 00:00:00 2001 From: ralstonia Date: Sun, 13 Feb 2022 23:30:38 +0530 Subject: [PATCH] Changing button text To better reflect what's happening --- .../04-updating-arrays-and-objects/app-b/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte b/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte index 3c2111712e..b0da16cd4d 100644 --- a/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte +++ b/site/content/tutorial/02-reactivity/04-updating-arrays-and-objects/app-b/App.svelte @@ -11,5 +11,5 @@

{numbers.join(' + ')} = {sum}

\ No newline at end of file + Add the numbers +