Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/key-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down