From 0254cba4b39180dbcb866b4f2751f8f060120260 Mon Sep 17 00:00:00 2001 From: skrikl <35289924+skrikl@users.noreply.github.com> Date: Thu, 12 Dec 2019 16:22:07 +0300 Subject: [PATCH] docs: Fix double 'as an' in description at line 2069 (#34373) PR Close #34373 --- packages/common/http/src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/http/src/client.ts b/packages/common/http/src/client.ts index b24f1fee8b..275fc69a77 100644 --- a/packages/common/http/src/client.ts +++ b/packages/common/http/src/client.ts @@ -2066,7 +2066,7 @@ export class HttpClient { } /** - * Constructs a `POST` request that interprets the body as an as an `ArrayBuffer` and returns + * Constructs a `POST` request that interprets the body as an `ArrayBuffer` and returns * an `ArrayBuffer`. * * @param url The endpoint URL.