We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2078b1 commit 0b6cfc9Copy full SHA for 0b6cfc9
5-network/04-fetch-abort/article.md
@@ -65,7 +65,7 @@ fetch(url, {
65
66
The `fetch` method knows how to work with `AbortController`. It will listen to `abort` events on `signal`.
67
68
-Now, to to abort, call `controller.abort()`:
+Now, to abort, call `controller.abort()`:
69
70
```js
71
controller.abort();
0 commit comments