From 2e1492da554ca8fd080cb9c4f38e9c7a4b2af1c8 Mon Sep 17 00:00:00 2001 From: Jorie Tappa Date: Wed, 19 Sep 2018 13:02:44 -0500 Subject: [PATCH] Fix a small grammar error/typo in the docs (#7260) Merge pull request 7260 --- docs/_docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 45bacc49..f9c463a1 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -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 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: ```markdown