docs: Fix double 'as an' in description at line 2069 (#34373)

PR Close #34373
This commit is contained in:
skrikl 2019-12-12 16:22:07 +03:00 committed by Alex Rickabaugh
parent effb92dfae
commit 0254cba4b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.