diff --git a/docs/_docs/frontmatter.md b/docs/_docs/frontmatter.md index 72281e26..6dd8e5fe 100644 --- a/docs/_docs/frontmatter.md +++ b/docs/_docs/frontmatter.md @@ -157,7 +157,7 @@ These are available out-of-the-box to be used in the front matter for a post. the post will act as though it had been set with these categories normally. Categories (plural key) can be specified as a YAML list or a - comma-separated string. + space-separated string.

@@ -172,7 +172,7 @@ These are available out-of-the-box to be used in the front matter for a post. Similar to categories, one or multiple tags can be added to a post. Also like categories, tags can be specified as a YAML list or a - comma-separated string. + space-separated string.