From ebe30e3369465be9d9da32bc7a80570d428de3f9 Mon Sep 17 00:00:00 2001 From: Rishi Tiwari Date: Sat, 23 May 2026 20:38:24 +0530 Subject: [PATCH] Update key-concepts.md --- docs/getting-started/key-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/key-concepts.md b/docs/getting-started/key-concepts.md index c54df48..4c3cfbf 100644 --- a/docs/getting-started/key-concepts.md +++ b/docs/getting-started/key-concepts.md @@ -182,7 +182,7 @@ Let's trace through a simple workflow: **Second invocation (t=30s):** 1. The durable functions service invokes your function again -2. The function runs from the ginning +2. The function runs from the beginning 3. The fetch step returns its checkpointed result instantly, it does not re-execute the API call 4. The wait has already elapsed, so execution continues