Skip to content

Conversation

@Anyass3
Copy link
Contributor

@Anyass3 Anyass3 commented Oct 31, 2024

-<footer>
-  ---<slot name="header" />---
-  +++{@render footer()}+++
-</footer>

+<footer>
+  ---<slot name="footer" />---
+  +++{@render footer()}+++
+</footer>

this slot name should be footer instead it was header

```diff
-<footer>
-  ---<slot name="header" />---
-  +++{@render footer()}+++
-</footer>

+<footer>
+  ---<slot name="footer" />---
+  +++{@render footer()}+++
+</footer>
```
this slot name should be `footer` instead it was `header`
@Anyass3 Anyass3 changed the title docs: Update 07-v5-migration-guide.md docs: typo footer instead it was header Oct 31, 2024
Copy link
Member

@dummdidumm dummdidumm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@dummdidumm dummdidumm merged commit ca58039 into sveltejs:main Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants