From 3498cc99479fd7b8f6d9bbbd770afcf4283fc747 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 7 May 2014 14:48:35 +1200 Subject: [PATCH] Add a little clarity to docs --- site/docs/configuration.md | 2 +- site/docs/templates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/configuration.md b/site/docs/configuration.md index e4351847..9e8e275b 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -284,7 +284,7 @@ defaults for your custom variables. Of course, any variable actually specified i the front matter overrides the defaults. All defaults go under the `defaults` key, which holds a list of scope-values combinations ("default sets"). -The `scope` key defines for which files the defaults apply, limiting them by their `path` and +The `scope` key defines for which files the defaults apply, limiting them by their source file `path` and optionally by their `type` (`page`, `post` or `draft`). The `values` key holds the actual list of defaults. For example: diff --git a/site/docs/templates.md b/site/docs/templates.md index 7ee0d58e..79cdfc8b 100644 --- a/site/docs/templates.md +++ b/site/docs/templates.md @@ -82,7 +82,7 @@ common tasks easier.

Where

-

Select all the object in an array where the key has the given.

+

Select all the objects in an array where the key has the given value.