docs: categories/tags only with array & comma-separated string

Fixed #3930
This commit is contained in:
Parker Moore 2015-08-24 18:01:04 -07:00
parent 14a5646730
commit 47cb3a8fd7
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ front matter of a page or post.
the post will act as though it had been set with these categories
normally. Categories (plural key) can be specified as a <a
href="http://en.wikipedia.org/wiki/YAML#Lists">YAML list</a> or a
space-separated string.
comma-separated string.
</p>
</td>
@ -123,7 +123,7 @@ front matter of a page or 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
space-separated string.
comma-separated string.
</p>
</td>