Skip to content

Commit

Permalink
docs: fix spelling and grammar (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Jul 14, 2022
1 parent 69ef299 commit afd905c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/config/frontmatter-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Determines the layout of the page.
- `doc` - It applies default documentation styles to the markdown content.
- `home` - Special layout for "Home Page". You may add extra options such as `hero` and `features` to rappidly create beautiful landing page.
- `page` - Behave similar to `doc` but it aplies no styles to the content. Useful when you want to create a fully custom page.
- `page` - Behave similar to `doc` but it applies no styles to the content. Useful when you want to create a fully custom page.
```yaml
---
Expand All @@ -110,7 +110,7 @@ layout: doc
- Type: `Hero`
This option only take effect when `layout` is set to `home`.
This option only takes effect when `layout` is set to `home`.
It defines contents of home hero section.
Expand Down Expand Up @@ -165,7 +165,7 @@ interface HeroAction {

- Type: `Feature[]`

This option only take effect when `layout` is set to `home`.
This option only takes effect when `layout` is set to `home`.

It defines items to display in features section.

Expand Down

0 comments on commit afd905c

Please sign in to comment.