Fix a small grammar error/typo in the docs (#7260)

Merge pull request 7260
This commit is contained in:
Jorie Tappa 2018-09-19 13:02:44 -05:00 committed by jekyllbot
parent 1987c36f27
commit 2e1492da55
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ documents. Front matter is processed if the front matter exists, and everything
after the front matter is pushed into the document's `content` attribute. If no front after the front matter is pushed into the document's `content` attribute. If no front
matter is provided, Jekyll will not generate the file in your collection. matter is provided, Jekyll will not generate the file in your collection.
For example here's how you would add an staff member to the collection set above. For example here's how you would add a staff member to the collection set above.
The filename is `./_staff_members/jane.md` with the following content: The filename is `./_staff_members/jane.md` with the following content:
```markdown ```markdown