Skip to content

Commit ca58039

Browse files
authored
docs: fix type (#14064)
this slot name should be `footer` instead it was `header`
1 parent 4715dfa commit ca58039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/07-misc/07-v5-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ If you wanted multiple UI placeholders, you had to use named slots. In Svelte 5,
376376
</main>
377377
378378
<footer>
379-
---<slot name="header" />---
379+
---<slot name="footer" />---
380380
+++{@render footer()}+++
381381
</footer>
382382
```

0 commit comments

Comments
 (0)