From 75f20d8a885bc5d0aec5fbbb59b085089f15ccbc Mon Sep 17 00:00:00 2001 From: Alan Cohen Date: Tue, 15 Feb 2022 21:50:27 -0500 Subject: [PATCH] docs: fix test description to match code example (#45101) PR Close #45101 --- 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 4835d47193e..ce24f022f11 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -1190,7 +1190,7 @@ Call `request.flush()` with an error message, as seen in the following example. region="404"> -Alternatively, call `request.error()` with an `ErrorEvent`. +Alternatively, call `request.error()` with a `ProgressEvent`.