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.
2 parents 6190863 + 1411881 commit 8c6eb6eCopy full SHA for 8c6eb6e
1 file changed
5-network/03-fetch-abort/article.md
@@ -87,7 +87,7 @@ let results = await Promise.all(fetchJobs);
87
// controller.abort() stops all fetches
88
```
89
90
-If wee have our own jobs, different from `fetch`, we can use a single `AbortController` to stop those, together with fetches.
+If we have our own jobs, different from `fetch`, we can use a single `AbortController` to stop those, together with fetches.
91
92
93
```js
0 commit comments