Skip to content

Commit

Permalink
docs: fix layout grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-pertierra committed Oct 22, 2023
1 parent 88ce9ab commit c6a2048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/2.directory-structure/1.layouts.md
Expand Up @@ -22,7 +22,7 @@ Layouts are enabled by adding [`<NuxtLayout>`](/docs/api/components/nuxt-layout)
```

To use a layout:
- Set a `layout` property in your with with [definePageMeta](/docs/api/utils/define-page-meta)
- Set a `layout` property in your page with [definePageMeta](/docs/api/utils/define-page-meta)
- Set the `name` prop of `<NuxtLayout>`.

::callout{color="blue" icon="i-ph-info-duotone"}
Expand Down

0 comments on commit c6a2048

Please sign in to comment.