Skip to content

Commit 70a1d59

Browse files
authored
Correct HttpClientHandler reference to specify a proxy for HttpClient sentence (#47110)
Use intended type name `HttpClientHandler` (erroneously referenced as `HttClientHandler`) related to ‘HttpClient` configuration in the sentence below the code snippet.
1 parent 2e0eb05 commit 70a1d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/httpclient-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ An <xref:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder> is returne
221221

222222
:::code source="snippets/http/configurehandler/Program.cs" id="configurehandler":::
223223

224-
Configuring the `HttClientHandler` lets you specify a proxy for the `HttpClient` instance among various other properties of the handler. For more information, see [Proxy per client](../../fundamentals/networking/http/httpclient.md#configure-an-http-proxy).
224+
Configuring the `HttpClientHandler` lets you specify a proxy for the `HttpClient` instance among various other properties of the handler. For more information, see [Proxy per client](../../fundamentals/networking/http/httpclient.md#configure-an-http-proxy).
225225

226226
### Additional configuration
227227

0 commit comments

Comments
 (0)