Fix some grammars (#170)

Fix grammar
This commit is contained in:
Nguyen Long Nhat
2022-12-07 17:05:27 +01:00
committed by GitHub
parent 7bd9c8220e
commit acec440444
5 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Frontmatter is a common format to attach additional meta data (data about data) to markdown documents.
Frontmatter is a common format to attach additional metadata (data about data) to markdown documents.
You create it by starting your markdown document with `---` followed by [[YAML]] encoded attributes and then ending with `---` again. Followed by the regular body of your document.