Skip to content

Commit

Permalink
typo (#42968)
Browse files Browse the repository at this point in the history
just a small typo
  • Loading branch information
zekicaneksi committed Nov 15, 2022
1 parent 830b969 commit 47c1019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basic-features/layouts.md
Expand Up @@ -58,9 +58,9 @@ import Layout from '../components/layout'
import NestedLayout from '../components/nested-layout'

export default function Page() {
return {
return (
/** Your content */
}
)
}

Page.getLayout = function getLayout(page) {
Expand Down

0 comments on commit 47c1019

Please sign in to comment.