diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index 1ce150f8b5..0c132b804f 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -155,7 +155,7 @@ Tell `HttpClient` that you want the full response with the `observe` option: region="getConfigResponse"> -Now `HttpClient.get()` returns an `Observable` of typed `HttpResponse` rather than just the JSON data. +Now `HttpClient.get()` returns an `Observable` of type `HttpResponse` rather than just the JSON data. The component's `showConfigResponse()` method displays the response headers as well as the configuration: