Skip to content

Commit 0f00709

Browse files
authored
Merge pull request #2475 from pawel-123/patch-1
Fix typo in "liseners" on line 21
2 parents 5a9f6c4 + 3f8ab24 commit 0f00709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let controller = new AbortController();
1818
A controller is an extremely simple object.
1919

2020
- It has a single method `abort()`,
21-
- And a single property `signal` that allows to set event liseners on it.
21+
- And a single property `signal` that allows to set event listeners on it.
2222

2323
When `abort()` is called:
2424
- `controller.signal` emits the `"abort"` event.

0 commit comments

Comments
 (0)