From 133463235ac82a35b99528296d47fb7aafa5a828 Mon Sep 17 00:00:00 2001 From: Minn Soe Date: Sun, 17 Aug 2014 18:42:05 +0200 Subject: [PATCH] Fix typo in site documentation for collections. --- site/_docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/collections.md b/site/_docs/collections.md index 08e45a3e..ddd7cd9d 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -39,7 +39,7 @@ collections: Create a corresponding folder (e.g. `/_my_collection`) and add documents. YAML Front Matter is read in as data if it exists, if not, then everything is just stuck in the Document's `content` attribute. -Note: the folder must be named identical to the collection you defined in you config.yml file, with the addition of the preceding `_` character. +Note: the folder must be named identical to the collection you defined in your config.yml file, with the addition of the preceding `_` character. ### Step 3: Optionally render your collection's documents into independent files