docs: fix a minor typo in the HTTP guide (#32359)
"of typed" should be "of type" PR Close #32359
This commit is contained in:
parent
2f6062f632
commit
0a09fb1432
|
@ -155,7 +155,7 @@ Tell `HttpClient` that you want the full response with the `observe` option:
|
||||||
region="getConfigResponse">
|
region="getConfigResponse">
|
||||||
</code-example>
|
</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:
|
The component's `showConfigResponse()` method displays the response headers as well as the configuration:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue