diff --git a/README.md b/README.md index 3918254..b718b28 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - + # TPH Website @@ -44,7 +44,7 @@ Gatsby will take care of most of this process by creating a new page and positio #### Frontmatter -Frontmatter the optional metadata attached to every markdown file, like the list of authors or the creation date of the file. It is essentially just yaml syntax inside `---` delimiters within a markdown file. If you're not familiar with yaml you can find some refreshers [here](https://learnxinyminutes.com/docs/yaml/) +Frontmatter is the optional metadata attached to every markdown file, like the list of authors or the creation date of the file. It is essentially just yaml syntax inside `---` delimiters within a markdown file. If you're not familiar with yaml you can find some refreshers [here](https://learnxinyminutes.com/docs/yaml/) An example frontmatter might look like this