Skip to content

Commit

Permalink
Replace important to tip
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-csala committed Nov 2, 2023
1 parent 681c3fe commit db0765b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/migration-v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ await pipelineT.ExecuteAsync(static async token =>
```
<!-- endSnippet -->

> [!IMPORTANT]
> [!TIP]
>
> Things to remember:
>
Expand Down Expand Up @@ -195,7 +195,7 @@ ResiliencePipeline pipeline = new ResiliencePipelineBuilder()

See [fallback after retries](strategies/fallback.md#fallback-after-retries) for an example on how the strategies are executed.

> [!IMPORTANT]
> [!TIP]
>
> Things to remember:
>
Expand Down Expand Up @@ -404,7 +404,7 @@ new ResiliencePipelineBuilder<HttpResponseMessage>().AddRetry(new RetryStrategyO
```
<!-- endSnippet -->

> [!IMPORTANT]
> [!TIP]
>
> Things to remember:
>
Expand Down Expand Up @@ -475,7 +475,7 @@ ResiliencePipeline<HttpResponseMessage> pipelineT = new ResiliencePipelineBuilde
```
<!-- endSnippet -->

> [!IMPORTANT]
> [!TIP]
>
> Things to remember:
>
Expand Down Expand Up @@ -538,7 +538,7 @@ ResiliencePipeline<HttpResponseMessage> pipelineT = new ResiliencePipelineBuilde
```
<!-- endSnippet -->

> [!IMPORTANT]
> [!TIP]
>
> Things to remember:
>
Expand Down Expand Up @@ -588,7 +588,7 @@ ResiliencePipeline<HttpResponseMessage> pipelineT = new ResiliencePipelineBuilde
```
<!-- endSnippet -->

> [!IMPORTANT]
> [!TIP]
>
> Things to remember:
>
Expand Down Expand Up @@ -758,7 +758,7 @@ await manualControl.CloseAsync(); // transitions into Closed state
____

> [!IMPORTANT]
> [!TIP]
>
> Things to remember:
>
Expand Down

0 comments on commit db0765b

Please sign in to comment.