Skip to content

Commit 1145436

Browse files
author
Rich Harris
committed
tweak
1 parent 3f23447 commit 1145436

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/07-composition/01-slots

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/07-composition/01-slots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Just like elements can have children...
1616
```svelte
1717
/// file: Box.svelte
1818
<div class="box">
19-
<slot></slot>
19+
<slot />
2020
</div>
2121
```
2222

0 commit comments

Comments
 (0)