Skip to content

Commit e315864

Browse files
authored
docs: fix typo in 2019-08-08-write-a-new-post.md (cotes2020#2281)
Signed-off-by: Corey Goldberg <[email protected]>
1 parent 7d4d35c commit e315864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-08-08-write-a-new-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Basically, you need to fill the [Front Matter](https://jekyllrb.com/docs/front-m
2121
---
2222
title: TITLE
2323
date: YYYY-MM-DD HH:MM:SS +/-TTTT
24-
categories: [TOP_CATEGORIE, SUB_CATEGORIE]
24+
categories: [TOP_CATEGORY, SUB_CATEGORY]
2525
tags: [TAG] # TAG names should always be lowercase
2626
---
2727
```

0 commit comments

Comments
 (0)