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.: