Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-csala committed Oct 20, 2023
1 parent 7ff0f4b commit dd5d87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pipelines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ sequenceDiagram
Let's create the following pipeline:

- the inner strategy is a retry,
- the outer is a timeout which overarches all retry attempts.
- the outer is a timeout which is overarching all retry attempts.

<!-- snippet: resilience-pipeline-diagram-timeout-retry -->
```cs
Expand Down Expand Up @@ -269,7 +269,7 @@ Let's create the following pipeline:

- the inner most strategy is a timeout (per attempt),
- the middle one is a retry which is timeout-aware,
- the outer most is a timeout which overarches all retry attempts.
- the outer most is a timeout which is overarching all retry attempts.

<!-- snippet: resilience-pipeline-diagram-timeout-retry-timeout -->
```cs
Expand Down

0 comments on commit dd5d87c

Please sign in to comment.