diff --git a/docs/strategies/index.md b/docs/strategies/index.md index ba90dc3d78b..a0c1253d661 100644 --- a/docs/strategies/index.md +++ b/docs/strategies/index.md @@ -23,7 +23,7 @@ Polly categorizes resilience strategies into two main groups: ## Usage -Extensions for adding resilience strategies to e builders are provided by each strategy. Depending on the type of strategy, these extensions may be available for both `ResiliencePipelineBuilder` and `ResiliencePipelineBuilder` or just one of them. Proactive strategies like timeout or rate limiter are available for both types of builders, while specialized reactive strategies are only available for `ResiliencePipelineBuilder`. Adding multiple resilience strategies is supported. +Extensions for adding resilience strategies to the builders are provided by each strategy. Depending on the type of strategy, these extensions may be available for both `ResiliencePipelineBuilder` and `ResiliencePipelineBuilder` or just one of them. Proactive strategies like timeout or rate limiter are available for both types of builders, while specialized reactive strategies are only available for `ResiliencePipelineBuilder`. Adding multiple resilience strategies is supported. Each resilience strategy provides: diff --git a/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs b/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs index 0447e9e7c0b..7352e6037c1 100644 --- a/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs +++ b/src/Polly.Extensions/DependencyInjection/PollyServiceCollectionExtensions.cs @@ -153,7 +153,7 @@ public static IServiceCollection AddResiliencePipeline( } /// - /// Adds and to service collection that allows configuring + /// Adds and to the service collection that allows configuring /// and retrieving resilience pipelines using the key. /// /// The type of the key used to identify the resilience pipeline. @@ -179,7 +179,7 @@ public static IServiceCollection AddResiliencePipelineRegistry( } /// - /// Adds and to service collection that allows configuring + /// Adds and to the service collection that allows configuring /// and retrieving resilience pipelines using the key. /// /// The type of the key used to identify the resilience pipeline.