Skip to content

Commit 8c6eb6e

Browse files
authored
Merge pull request #898 from liufei/master
Fix typo of 'Fetch: Abort'
2 parents 6190863 + 1411881 commit 8c6eb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ let results = await Promise.all(fetchJobs);
8787
// controller.abort() stops all fetches
8888
```
8989
90-
If wee have our own jobs, different from `fetch`, we can use a single `AbortController` to stop those, together with fetches.
90+
If we have our own jobs, different from `fetch`, we can use a single `AbortController` to stop those, together with fetches.
9191
9292
9393
```js

0 commit comments

Comments
 (0)