From 2240f07a5925cf23ca03d3d2a112e80934c08535 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 19 May 2025 21:55:32 -0700 Subject: [PATCH] content: Fix typo --- content/en/functions/transform/Unmarshal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/transform/Unmarshal.md b/content/en/functions/transform/Unmarshal.md index bcb5a0413..8b2173b9b 100644 --- a/content/en/functions/transform/Unmarshal.md +++ b/content/en/functions/transform/Unmarshal.md @@ -132,7 +132,7 @@ lazyQuotes targetType : {{< new-in 0.146.7 />}} -: (`string`) The target data type, either `slice` or `map`. Default is ``. +: (`string`) The target data type, either `slice` or `map`. Default is `slice`. ### Examples