Skip to content

Commit c3779a2

Browse files
Update articles/azure-functions/dotnet-isolated-process-guide.md
Co-authored-by: Matthew Henderson <[email protected]>
1 parent 09717c3 commit c3779a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ public async Task HandleCancellationCleanup(
555555
}
556556
```
557557

558-
#### Scenarios that lead to cancellation token being cancelled
558+
#### Scenarios that lead to cancellation
559559

560560
The cancellation token is signaled when the function invocation is canceled. Several reasons could lead to a cancellation,
561561
and those could vary depending on the trigger type being used. Some common reasons are:

0 commit comments

Comments
 (0)