docs(http): correct spelling error (#23675)

Correct a spelling error. I changed HttpParms to HttpParams
PR Close #23675
This commit is contained in:
Danny Rademacher 2018-05-03 11:54:46 +02:00 committed by Matias Niemelä
parent ddd6124802
commit d74078fb88
1 changed files with 2 additions and 2 deletions

View File

@ -450,7 +450,7 @@ Here is a `searchHeroes` method that queries for heroes whose names contain the
If there is a search term, the code constructs an options object with an HTML URL-encoded search parameter. If the term were "foo", the GET request URL would be `api/heroes/?name=foo`.
The `HttpParms` are immutable so you'll have to use the `set()` method to update the options.
The `HttpParams` are immutable so you'll have to use the `set()` method to update the options.
### Debouncing requests
@ -1044,4 +1044,4 @@ Alternatively, you can call `request.error()` with an `ErrorEvent`.
path="http/src/testing/http-client.spec.ts"
region="network-error"
linenums="false">
</code-example>
</code-example>