From b4d46ea60d2367ac83d691cd42bc690909e382ba Mon Sep 17 00:00:00 2001 From: gabysantosw <44228131+gabysantosw@users.noreply.github.com> Date: Sat, 1 Jun 2019 12:00:06 +0200 Subject: [PATCH 1/2] Ending alt text with a period --- .../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 6a12752e1a..2a8054648b 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} dancing \ No newline at end of file +{name} dancing. From df632ca71e5806308bdfae667cb1848abb30fe4a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 6 Jun 2019 08:21:07 -0400 Subject: [PATCH 2/2] change to sentence --- .../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 2a8054648b..e61b4d48e0 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} dancing. +{name} dances.