diff --git a/site/pages/docs/guides/layouts.mdx b/site/pages/docs/guides/layouts.mdx index 6f89ffa0..07e78807 100644 --- a/site/pages/docs/guides/layouts.mdx +++ b/site/pages/docs/guides/layouts.mdx @@ -2,7 +2,7 @@ import { HomePage } from '../../../../src/components' # Layouts [Customizing the page layout in Vocs] -Vocs comes with three built-in layouts: `docs`, `landing`, and `minimal`. Each layout is styled differently, and has it's own set of components which are displayed on the page. +Vocs comes with three built-in layouts: `docs`, `landing`, and `minimal`. Each layout is styled differently, and has its own set of components which are displayed on the page. You can specify which layout to use by setting the `layout` property in your frontmatter. @@ -137,4 +137,4 @@ content: // [!code focus] --- This is a minimal layout without the logo. -``` \ No newline at end of file +```