From 80be50c951ad6538f867a45aac3bf34ac8763da8 Mon Sep 17 00:00:00 2001 From: Sean Gates Date: Wed, 14 Dec 2022 09:42:01 -0800 Subject: [PATCH] Dynamic Attributes example: make example HTML consistent --- .../01-svelte/01-introduction/03-dynamic-attributes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md b/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md index ae04159c9..b17bb93be 100644 --- a/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md +++ b/content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md @@ -19,7 +19,7 @@ When building web apps, it's important to make sure that they're _accessible_ to In this case, we're missing the `alt` attribute that describes the image for people using screenreaders, or people with slow or flaky internet connections that can't download the image. Let's add one: ```svelte - + ``` We can use curly braces _inside_ attributes. Try changing it to `"{name} dances."` — remember to declare a `name` variable in the `