Skip to content

Commit 1411881

Browse files
author
Liu Fei
authored
Fix typo of 'Fetch: Abort'
1 parent 0789e38 commit 1411881

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)