From 1ae3f87383b05e70137a4a84bf794c76b32bca5c Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Thu, 28 Jun 2018 21:48:45 +0100 Subject: [PATCH] docs: update HTTP error test example again (#24701) This has somehow regressed since angular/angular#22844 was merged. PR Close #24701 --- aio/content/guide/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index ceee6e1067..92fec8e76a 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -1034,7 +1034,7 @@ Call `request.flush()` with an error message, as seen in the following example.