Skip to content

Commit 3f8ab24

Browse files
authored
Fix typo in "liseners" on line 21
1 parent 97ef862 commit 3f8ab24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)