From cecf97dfc61bdaa7643c1c7e1e07f67bf2f9c374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 23 Dec 2018 21:08:12 +0100 Subject: [PATCH] Rename CSV option from comma to delimiter See #5555 --- content/en/functions/transform.Unmarshal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/functions/transform.Unmarshal.md b/content/en/functions/transform.Unmarshal.md index 0220de5d5..6e3328963 100644 --- a/content/en/functions/transform.Unmarshal.md +++ b/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.: