Update article.md

This commit is contained in:
Kenny John Jacob 2020-10-31 14:44:00 +05:30 committed by GitHub
parent f2078b1d80
commit 0b6cfc9b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ fetch(url, {
The `fetch` method knows how to work with `AbortController`. It will listen to `abort` events on `signal`. The `fetch` method knows how to work with `AbortController`. It will listen to `abort` events on `signal`.
Now, to to abort, call `controller.abort()`: Now, to abort, call `controller.abort()`:
```js ```js
controller.abort(); controller.abort();