From a9168b10678c650bc623ecbdde9d12138260c1b5 Mon Sep 17 00:00:00 2001 From: Greg Kaleka Date: Sun, 1 Apr 2018 21:00:51 -0700 Subject: [PATCH] Adds missing word --- content/templates/data-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/data-templates.md b/content/templates/data-templates.md index 385bd10a8..c0b2b5145 100644 --- a/content/templates/data-templates.md +++ b/content/templates/data-templates.md @@ -118,7 +118,7 @@ Note the use of the [`markdownify` template function][markdownify]. This will se ## Data-Driven Content -In addition to the [data files](/extras/datafiles/) feature, Hugo also a "data-driven content" feature, which lets you load any [JSON](http://www.json.org/) or [CSV](http://en.wikipedia.org/wiki/Comma-separated_values) file from nearly any resource. +In addition to the [data files](/extras/datafiles/) feature, Hugo also has a "data-driven content" feature, which lets you load any [JSON](http://www.json.org/) or [CSV](http://en.wikipedia.org/wiki/Comma-separated_values) file from nearly any resource. Data-driven content currently consists of two functions, `getJSON` and `getCSV`, which are available in all template files.