From 134e167913f0a0f9136a295708ed857f4706b47f Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 25 Sep 2023 18:50:57 +0100 Subject: [PATCH] Fix typo Fix typo in docs page. --- docs/strategies/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: