Skip to content

Commit 3bf233c

Browse files
authored
fix(docs): fixed typo in key-concepts.md
1 parent 90cc9ac commit 3bf233c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/key-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Let's trace through a simple workflow:
182182
**Second invocation (t=30s):**
183183

184184
1. The durable functions service invokes your function again
185-
2. The function runs from the ginning
185+
2. The function runs from the beginning
186186
3. The fetch step returns its checkpointed result instantly, it does not re-execute the
187187
API call
188188
4. The wait has already elapsed, so execution continues

0 commit comments

Comments
 (0)