From 00b6e007af4f7c1ecdaa2b706f2f13916eb607e5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:18:46 -0400 Subject: [PATCH] spelling: people Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- packages/bruno-lang/v1/src/body-tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-lang/v1/src/body-tag.js b/packages/bruno-lang/v1/src/body-tag.js index 8f89e4912..a1ddbb1e5 100644 --- a/packages/bruno-lang/v1/src/body-tag.js +++ b/packages/bruno-lang/v1/src/body-tag.js @@ -66,7 +66,7 @@ const bodyXmlTag = between(bodyXmlBegin)(bodyEnd)(everyCharUntil(bodyEnd)).map(( * We have deprecated form-url-encoded type in body tag, it was a misspelling on my part * The new type is form-urlencoded * - * Very few peope would have used this. I launched this to the public on 22 Jan 2023 + * Very few people would have used this. I launched this to the public on 22 Jan 2023 * And I am making the change on 23 Jan 2023 * * This deprecated tag can be removed on 1 April 2023