From d427c81a89178da55bcb433525bbae2193bd73e1 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:01:38 -0400 Subject: [PATCH] Update jsonencode minified note --- website/docs/language/functions/jsonencode.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/functions/jsonencode.html.md b/website/docs/language/functions/jsonencode.html.md index 7b01010ce..817410652 100644 --- a/website/docs/language/functions/jsonencode.html.md +++ b/website/docs/language/functions/jsonencode.html.md @@ -38,7 +38,7 @@ Unicode escape sequences: replacing `<`, `>`, `&`, `U+2028`, and `U+2029` with `\u003c`, `\u003e`, `\u0026`, `\u2028`, and `\u2029`. This is to preserve compatibility with Terraform 0.11 behavior. -`jsonencode` outputs a minified representation of the input. +The `jsonencode` command outputs a minified representation of the input. ## Examples