Skip to content
Merged
Prev Previous commit
Next Next commit
Fix linting issue
  • Loading branch information
peter-csala committed Apr 24, 2024
commit 0038671c79578d702a5ff47bb880c4136fcbaa45
2 changes: 1 addition & 1 deletion docs/chaos/outcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var pipeline = new ResiliencePipelineBuilder<HttpResponseMessage>()
| `OnOutcomeInjected` | `null` | If provided then it will be invoked after the outcome injection occurred. |

> [!NOTE]
> Please note this strategy is a **reactive** chaos strategy, but it does not have a **ShouldHandle** delegate.
> Please note this strategy is a reactive chaos strategy, but it does not have a `ShouldHandle` delegate.

## Telemetry

Expand Down