diff --git a/docs/config/frontmatter-configs.md b/docs/config/frontmatter-configs.md index 6a0c4e0d..57515e33 100644 --- a/docs/config/frontmatter-configs.md +++ b/docs/config/frontmatter-configs.md @@ -97,7 +97,7 @@ lastUpdated: false 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. +- `home` - Special layout for "Home Page". You may add extra options such as `hero` and `features` to rapidly create beautiful landing 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