docs: Fix double 'as an' in description at line 2069 (#34373)
PR Close #34373
This commit is contained in:
parent
effb92dfae
commit
0254cba4b3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue