From 258d8d4c328813fdac8fe8b9f40d485e608c6e0b Mon Sep 17 00:00:00 2001 From: Wall Emil Date: Thu, 9 Apr 2026 13:54:27 +0200 Subject: [PATCH] Fix typos --- .../src/DependencyInjection/HttpClientBuilderExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs b/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs index be744e284acaac..25a4230e750b93 100644 --- a/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs +++ b/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs @@ -394,11 +394,11 @@ private static TClient AddTransientHelper(IServiceProvider s, IHttpClie /// . /// /// - /// The declared type of the typed client. They type specified will be registered in the service collection as + /// The declared type of the typed client. The type specified will be registered in the service collection as /// a transient service. See for more details about authoring typed clients. /// /// - /// The implementation type of the typed client. The type specified by will be instantiated by the + /// The implementation type of the typed client. The type specified will be instantiated by the /// . /// /// The .