Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-23 23:08:12 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-23 23:09:09 +0300
commitce06bdb16a64dd39a8ebbb2e5a53b33520b00bb1 (patch)
tree6dac463a32206d7f13f812d384d48334cf936f70 /docs
parent2efc1a64c391420b1007f6e94b6ff616fb136635 (diff)
Rename CSV option from comma to delimiter
See #5555
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/functions/transform.Unmarshal.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/transform.Unmarshal.md b/docs/content/en/functions/transform.Unmarshal.md
index 0220de5d5..6e3328963 100644
--- a/docs/content/en/functions/transform.Unmarshal.md
+++ b/docs/content/en/functions/transform.Unmarshal.md
@@ -35,8 +35,8 @@ The above prints `Hello Hugo`.
Unmarshal with CSV as input has some options you can set:
-comma
-: The delmiter used, default is `,`
+delimiter
+: The delimiter used, default is `,`
comment
: The comment character ued in the CSV. If set, lines beginning with the comment character without preceding whitespace are ignored.: