mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix test description to match code example (#45101)
PR Close #45101
This commit is contained in:
parent
f8dc660605
commit
75f20d8a88
1 changed files with 1 additions and 1 deletions
|
|
@ -1190,7 +1190,7 @@ Call `request.flush()` with an error message, as seen in the following example.
|
|||
region="404">
|
||||
</code-example>
|
||||
|
||||
Alternatively, call `request.error()` with an `ErrorEvent`.
|
||||
Alternatively, call `request.error()` with a `ProgressEvent`.
|
||||
|
||||
<code-example
|
||||
path="http/src/testing/http-client.spec.ts"
|
||||
|
|
|
|||
Loading…
Reference in a new issue