From a1967f09ad92761abc5929dbea8ac943204cf098 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sat, 10 Jul 2021 14:19:45 -0700 Subject: [PATCH] Fix typo --- developer/general/documentation-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/general/documentation-style-guide.md b/developer/general/documentation-style-guide.md index c04ab51e..ca673e8e 100644 --- a/developer/general/documentation-style-guide.md +++ b/developer/general/documentation-style-guide.md @@ -91,7 +91,7 @@ formatting, or white space control. That belongs in the (S)CSS files instead. ### Headings Do not use `h1` headings (single `#` or `======` underline). These are -automatically generated from the `title:` line in the YAML frontmatter. +automatically generated from the `title:` line in the YAML front matter. Use Atx-style syntax for headings: `##h2`, `### h3`, etc. Do not use underlining syntax (`-----`).