docs: fix test description to match code example (#45101)

PR Close #45101
This commit is contained in:
Alan Cohen 2022-02-15 21:50:27 -05:00 committed by Andrew Scott
parent f8dc660605
commit 75f20d8a88

View file

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