Skip to content

Commit 32df65e

Browse files
chore: add a nuance to the onCancel hook documentation
1 parent d2b44bc commit 32df65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export const cancelExampleTask = task({
531531
```
532532
533533
<Info>
534-
The `onCancel` hook doesn’t fire if the task being canceled isn’t currently executing (for example, it won’t run for tasks waiting at a pending waitpoint).
534+
The `onCancel` hook doesn’t fire if the task being canceled isn’t currently executing (for example, it won’t run for tasks hat haven't started or tasks waiting at a waitpoint).
535535
</Info>
536536
537537
<Note>

0 commit comments

Comments
 (0)