docs(http): correct spelling error (#23675)
Correct a spelling error. I changed HttpParms to HttpParams PR Close #23675
This commit is contained in:
		
							parent
							
								
									ddd6124802
								
							
						
					
					
						commit
						d74078fb88
					
				| @ -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> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user