From afd905c80a838d30f9c6f7025c220564d14ed787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Thu, 14 Jul 2022 11:42:33 +0200 Subject: [PATCH] docs: fix spelling and grammar (#985) --- docs/config/frontmatter-configs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config/frontmatter-configs.md b/docs/config/frontmatter-configs.md index 8503a5ed..14c18d7f 100644 --- a/docs/config/frontmatter-configs.md +++ b/docs/config/frontmatter-configs.md @@ -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 --- @@ -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. @@ -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.