Skip to content

Commit

Permalink
docs: fix v5 release notes slice example (#37465)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
chawes13 committed Jan 13, 2023
1 parent 4a721df commit 8763e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/release-notes/v5.0/index.md
Expand Up @@ -71,7 +71,7 @@ export const DefaultLayout = ({ children, headerClassName }) => {
return (
<div className={styles.defaultLayout} />
<Slice alias="header" className={headerClassName} />
{content}
{children}
<Footer />
</div>
)
Expand Down

0 comments on commit 8763e01

Please sign in to comment.