Skip to content

Commit

Permalink
docs: fix typo (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli authored Jul 18, 2024
1 parent 636b520 commit f9eb2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/pages/docs/guides/layouts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -137,4 +137,4 @@ content: // [!code focus]
---

This is a minimal layout without the logo.
```
```

0 comments on commit f9eb2a9

Please sign in to comment.