From 39de9ca177208f69693024c07da4e6fc9bf7e809 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Wed, 20 Sep 2023 09:41:10 -0600 Subject: [PATCH] [pkg/stanza] Fix typo in unquote doc (#27025) --- pkg/stanza/docs/operators/unquote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/stanza/docs/operators/unquote.md b/pkg/stanza/docs/operators/unquote.md index c3e8a329e319..d77b3c3eafc2 100644 --- a/pkg/stanza/docs/operators/unquote.md +++ b/pkg/stanza/docs/operators/unquote.md @@ -20,7 +20,7 @@ The operator applies the [strconv.Unquote]() function to the specified field. Th Unquote the body ```yaml -- type: remove +- type: unquote field: body ```