Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo in docs page.
  • Loading branch information
martincostello committed Sep 26, 2023
1 parent 032e53a commit 134e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/strategies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>` 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<T>`. 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<T>` 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<T>`. Adding multiple resilience strategies is supported.

Each resilience strategy provides:

Expand Down

0 comments on commit 134e167

Please sign in to comment.