Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
Add "the".
  • Loading branch information
martincostello committed Sep 25, 2023
1 parent 86beeb4 commit 7eaf344
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static IServiceCollection AddResiliencePipeline<TKey>(
}

/// <summary>
/// Adds <see cref="ResiliencePipelineRegistry{TKey}"/> and <see cref="ResiliencePipelineProvider{TKey}"/> to service collection that allows configuring
/// Adds <see cref="ResiliencePipelineRegistry{TKey}"/> and <see cref="ResiliencePipelineProvider{TKey}"/> to the service collection that allows configuring
/// and retrieving resilience pipelines using the <typeparamref name="TKey"/> key.
/// </summary>
/// <typeparam name="TKey">The type of the key used to identify the resilience pipeline.</typeparam>
Expand All @@ -179,7 +179,7 @@ public static IServiceCollection AddResiliencePipelineRegistry<TKey>(
}

/// <summary>
/// Adds <see cref="ResiliencePipelineRegistry{TKey}"/> and <see cref="ResiliencePipelineProvider{TKey}"/> to service collection that allows configuring
/// Adds <see cref="ResiliencePipelineRegistry{TKey}"/> and <see cref="ResiliencePipelineProvider{TKey}"/> to the service collection that allows configuring
/// and retrieving resilience pipelines using the <typeparamref name="TKey"/> key.
/// </summary>
/// <typeparam name="TKey">The type of the key used to identify the resilience pipeline.</typeparam>
Expand Down

0 comments on commit 7eaf344

Please sign in to comment.