From dd5d87c206b878ebde6133d7ea202d91007c5191 Mon Sep 17 00:00:00 2001 From: peter-csala Date: Fri, 20 Oct 2023 15:26:39 +0200 Subject: [PATCH] Fix spelling --- docs/pipelines/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pipelines/index.md b/docs/pipelines/index.md index d38294e0946..a91a420b1f6 100644 --- a/docs/pipelines/index.md +++ b/docs/pipelines/index.md @@ -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. ```cs @@ -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. ```cs