docs: update HTTP error test example again (#24701)

This has somehow regressed since angular/angular#22844 was merged.

PR Close #24701
This commit is contained in:
Jonathan Sharpe 2018-06-28 21:48:45 +01:00 committed by Miško Hevery
parent 4e7a44c816
commit 1ae3f87383
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ Call `request.flush()` with an error message, as seen in the following example.
<code-example
path="http/src/testing/http-client.spec.ts"
region="network-error"
region="404"
linenums="false">
</code-example>