Fix a small grammar error/typo in the docs (#7260)
Merge pull request 7260
This commit is contained in:
parent
1987c36f27
commit
2e1492da55
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue