FIX: minor typo error
This commit is contained in:
parent
331fafd626
commit
6df0982d84
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ When `abort()` is called:
|
|||
|
||||
Generally, we have two parties in the process:
|
||||
1. The one that performs an cancelable operation, it sets a listener on `controller.signal`.
|
||||
2. The one one that cancels: it calls `controller.abort()` when needed.
|
||||
2. The one that cancels: it calls `controller.abort()` when needed.
|
||||
|
||||
Here's the full example (without `fetch` yet):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue