From ae155beeaa126831c7d807417de5065697d2b522 Mon Sep 17 00:00:00 2001 From: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:55:37 -0400 Subject: [PATCH] docs(nxdev): fix doc typos (#12533) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index f46cf8602f..71e3678b17 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,9 +6,9 @@ The default markdown syntax is supported when writing documentation. ### Front matter -Front matter is used to add metadata to your Markdown file (`title` & `description`). It is provided at the very top of the file, enclosed by three dashes `---`. The content is parsed as YAML. +Front matter is used to add metadata to your Markdown file (`title` & `description`). It is provided at the very top of the file, enclosed by three dashes `---`. The content is parsed as `YAML`. -If not Front matter is detected, the metadata will be populated with the following: +If no Front matter is detected, the metadata will be populated with the following: - `title`: first main title detected - `description`: first paragraph detected