Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,11 @@ private static TClient AddTransientHelper<TClient>(IServiceProvider s, IHttpClie
/// <typeparamref name="TImplementation"/>.
/// </summary>
/// <typeparam name="TClient">
/// 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 <see cref="ITypedHttpClientFactory{TImplementation}" /> for more details about authoring typed clients.
/// </typeparam>
/// <typeparam name="TImplementation">
/// 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
/// <see cref="ITypedHttpClientFactory{TImplementation}"/>.
/// </typeparam>
/// <param name="builder">The <see cref="IHttpClientBuilder"/>.</param>
Expand Down
Loading