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 ```