Skip to content

docs: typo footer instead it was header #14064

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2024
Merged

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