Skip to content

Commit 5df9844

Browse files
Wall Emilemilwall
authored andcommitted
Fix typos
1 parent dbe16d6 commit 5df9844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,11 @@ private static TClient AddTransientHelper<TClient>(IServiceProvider s, IHttpClie
394394
/// <typeparamref name="TImplementation"/>.
395395
/// </summary>
396396
/// <typeparam name="TClient">
397-
/// The declared type of the typed client. They type specified will be registered in the service collection as
397+
/// The declared type of the typed client. The type specified will be registered in the service collection as
398398
/// a transient service. See <see cref="ITypedHttpClientFactory{TImplementation}" /> for more details about authoring typed clients.
399399
/// </typeparam>
400400
/// <typeparam name="TImplementation">
401-
/// The implementation type of the typed client. The type specified by will be instantiated by the
401+
/// The implementation type of the typed client. The type specified will be instantiated by the
402402
/// <see cref="ITypedHttpClientFactory{TImplementation}"/>.
403403
/// </typeparam>
404404
/// <param name="builder">The <see cref="IHttpClientBuilder"/>.</param>

0 commit comments

Comments
 (0)