From c79f170687767aafd7bcc2734685dc0a53564201 Mon Sep 17 00:00:00 2001 From: Eric Dobson Date: Thu, 19 Dec 2013 14:39:23 -0700 Subject: [PATCH] Fix typo in docs. --- site/docs/datafiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/datafiles.md b/site/docs/datafiles.md index 93b50aa3..b3421c38 100644 --- a/site/docs/datafiles.md +++ b/site/docs/datafiles.md @@ -13,7 +13,7 @@ templating system](http://wiki.github.com/shopify/liquid/liquid-for-designers). Jekyll supports loading data from [YAML](http://yaml.org/) files located in the `_data` directory. -This powerful features allows you to avoid repetition in your templates and to +This powerful feature allows you to avoid repetition in your templates and to set site specific options without changing `_config.yml`. Plugins/themes can also leverage Data Files to set configuration variables.