From 18ab4339348ac0ffd85363db33dcfc78e2e5d68f Mon Sep 17 00:00:00 2001 From: ChanceTheHacker Date: Sat, 25 Jul 2020 02:00:07 -0400 Subject: [PATCH] changed {src} to be src={src} because it changed in middle of the tutorial with no explanation as to why --- .../01-introduction/03-dynamic-attributes/app-b/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte b/site/content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte index e61b4d48e0..d03bad4b4d 100644 --- a/site/content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte +++ b/site/content/tutorial/01-introduction/03-dynamic-attributes/app-b/App.svelte @@ -3,4 +3,4 @@ let name = 'Rick Astley'; -{name} dances. +{name} dances.