docs(nxdev): fix doc typos (#12533)

This commit is contained in:
Benjamin Cabanes 2022-10-11 16:55:37 -04:00 committed by GitHub
parent 13289a6deb
commit ae155beeaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ The default markdown syntax is supported when writing documentation.
### Front matter ### 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 - `title`: first main title detected
- `description`: first paragraph detected - `description`: first paragraph detected