We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27f6935 + 0b6cfc9 commit fd6861eCopy full SHA for fd6861e
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