We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0789e38 commit 1411881Copy full SHA for 1411881
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