1
0
Fork 0

fix(docs): Capitalize Markdown and Frontmatter

This commit is contained in:
Benjamin F 2022-12-25 21:34:36 -08:00
parent 486ebbced9
commit eca8443dbc
3 changed files with 4 additions and 4 deletions

View file

@ -3,14 +3,14 @@ title: About Frontmatter
order: 10
---
Frontmatter is a way to add metadata to markdown documents.
Frontmatter is a way to add metadata to Markdown documents.
Frontmatter sits at the top of the file (it's matter that's at the front) and is
surrounded by lines with three dashes on them:
```md
---
title: This is frontmatter
title: This is Frontmatter
---
```

View file

@ -2,7 +2,7 @@
title: Working with Frontmatter
---
Frontmatter is a way to add metadata to markdown documents.
Frontmatter is a way to add metadata to Markdown documents.
It is used extensively on freesewing.org and freesewing.dev alike.
Here's what you need to know: