We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b6690 commit 5b8870cCopy full SHA for 5b8870c
content/tutorial/02-advanced-svelte/07-composition/03-slot-fallbacks/README.md
@@ -5,7 +5,7 @@ title: Slot fallbacks
5
A component can specify _fallbacks_ for any slots that are left empty, by putting content inside the `<slot>` element:
6
7
```svelte
8
-/// file: Box.svelte
+/// file: Card.svelte
9
<div class="card">
10
<header>
11
<slot name="telephone">
0 commit comments