Skip to content

Commit 5b8870c

Browse files
authored
fix: filename typo (sveltejs#369)
fixes sveltejs#368
1 parent 70b6690 commit 5b8870c

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-advanced-svelte/07-composition/03-slot-fallbacks

1 file changed

+1
-1
lines changed

content/tutorial/02-advanced-svelte/07-composition/03-slot-fallbacks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Slot fallbacks
55
A component can specify _fallbacks_ for any slots that are left empty, by putting content inside the `<slot>` element:
66

77
```svelte
8-
/// file: Box.svelte
8+
/// file: Card.svelte
99
<div class="card">
1010
<header>
1111
<slot name="telephone">

0 commit comments

Comments
 (0)