From d55cfe51544f90ded9c29721b735ddc615a80215 Mon Sep 17 00:00:00 2001
From: Matthew Du
Date: Thu, 3 Nov 2016 22:02:46 +0800
Subject: [PATCH] Update doc about categories and tags
---
docs/_docs/frontmatter.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.