Skip to content

Commit fd6861e

Browse files
authored
Merge pull request #2251 from johnjacobkenny/patch-1
Update article.md typo
2 parents 27f6935 + 0b6cfc9 commit fd6861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/04-fetch-abort/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fetch(url, {
6565

6666
The `fetch` method knows how to work with `AbortController`. It will listen to `abort` events on `signal`.
6767

68-
Now, to to abort, call `controller.abort()`:
68+
Now, to abort, call `controller.abort()`:
6969

7070
```js
7171
controller.abort();

0 commit comments

Comments
 (0)