Skip to content

Commit 531bf37

Browse files
authored
docs: update README.md (#516)
Adjust source code snippet according to modifications from previous step.
1 parent 75814a2 commit 531bf37

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/01-introduction/03-dynamic-attributes

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/01-introduction/03-dynamic-attributes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ It's not uncommon to have an attribute where the name and value are the same, li
3232

3333
```svelte
3434
/// file: App.svelte
35-
<img +++{src}+++ alt="A man dances." />
35+
<img +++{src}+++ alt="{name} dances." />
3636
```

0 commit comments

Comments
 (0)