Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Make markdownlint happy.
  • Loading branch information
martincostello authored Feb 7, 2025
1 parent 245ca26 commit a9e5e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/chaos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ builder
.AddChaosBehavior(behaviorInjectionRate, cancellationToken => RestartRedisAsync(cancellationToken)); // Inject a chaos behavior to executions
```
<!-- endSnippet -->

> [!NOTE]
> It is usual to place the chaos strategy as the last strategy in the resilience pipeline.
> By placing the chaos strategies as last, they subvert the usual outbound call at the last minute, substituting their fault or adding extra latency, etc.
Expand Down

0 comments on commit a9e5e10

Please sign in to comment.