mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: Fix double 'as an' in description at line 2069 (#34373)
PR Close #34373
This commit is contained in:
parent
22533fb5b4
commit
925a861ca1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue