docs: fix typo in 2019-08-08-write-a-new-post.md (#2281)

Signed-off-by: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com>
This commit is contained in:
Corey Goldberg 2025-03-04 16:06:37 -05:00 committed by GitHub
parent 7d4d35cd10
commit e3158642c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ Basically, you need to fill the [Front Matter](https://jekyllrb.com/docs/front-m
---
title: TITLE
date: YYYY-MM-DD HH:MM:SS +/-TTTT
categories: [TOP_CATEGORIE, SUB_CATEGORIE]
categories: [TOP_CATEGORY, SUB_CATEGORY]
tags: [TAG] # TAG names should always be lowercase
---
```