From 5acac4a9259bd25e24eaa59fec42d7f1f37fb65a Mon Sep 17 00:00:00 2001 From: Sam Dutton Date: Mon, 30 May 2016 09:20:42 +0100 Subject: [PATCH] Minor tweak to fix missing apostrophne --- site/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 1ff520de..c125562d 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -462,7 +462,7 @@ defaults:

-Here, we are scoping the `values` to any file that exists in the scopes path. Since the path is set as an empty string, it will apply to **all files** in your project. You probably don't want to set a layout on every file in your project - like css files, for example - so you can also specify a `type` value under the `scope` key. +Here, we are scoping the `values` to any file that exists in the path `scope`. Since the path is set as an empty string, it will apply to **all files** in your project. You probably don't want to set a layout on every file in your project - like css files, for example - so you can also specify a `type` value under the `scope` key. {% highlight yaml %} defaults: