Skip to content

Commit

Permalink
Update Register vs. Provider typo (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejg authored Jan 15, 2025
1 parent 4ed4d47 commit 8e42d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,8 @@ In v7, the following registry APIs are exposed:

In v8, these have been replaced by:

- `ResiliencePipelineProvider<TKey>`: Allows adding and accessing resilience pipelines.
- `ResiliencePipelineRegistry<TKey>`: Read-only access to resilience pipelines.
- `ResiliencePipelineRegistry<TKey>`: Allows adding and accessing resilience pipelines.
- `ResiliencePipelineProvider<TKey>`: Read-only access to resilience pipelines.

The main updates:

Expand Down

0 comments on commit 8e42d3c

Please sign in to comment.