shithub: hugo

Download patch

ref: dbb86679a1a2594d47b683756f2e9072b1576fed
parent: 7e28db18f269232a94c3a87a99cd1ae04abca9a4
author: midinastasurazz <mpavlovsky@gmail.com>
date: Wed Feb 11 00:45:13 EST 2015

Fix typo: GetJson -> GetCsv

--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -30,7 +30,7 @@
   [JSON](http://www.json.org/), or [TOML](https://github.com/toml-lang/toml)
   located in the `data` directory ([#885][])
 * Support for dynamically loading JSON & CSV from remote sources via GetJson
-  and GetJson in short codes or other layout files ([#748][])
+  and GetCsv in short codes or other layout files ([#748][])
 * [Pagination support](/extras/pagination/) for home page, sections and
   taxonomies ([#750][])
 * Universal sequencing support
--