docs: fix a minor typo in the HTTP guide (#32359)

"of typed" should be "of type"
PR Close #32359
This commit is contained in:
Amadou Sall 2019-08-27 23:45:50 +02:00 committed by atscott
parent 2f6062f632
commit 0a09fb1432
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ Tell `HttpClient` that you want the full response with the `observe` option:
region="getConfigResponse">
</code-example>
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: