We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ef862 commit 3f8ab24Copy full SHA for 3f8ab24
5-network/04-fetch-abort/article.md
@@ -18,7 +18,7 @@ let controller = new AbortController();
18
A controller is an extremely simple object.
19
20
- It has a single method `abort()`,
21
-- And a single property `signal` that allows to set event liseners on it.
+- And a single property `signal` that allows to set event listeners on it.
22
23
When `abort()` is called:
24
- `controller.signal` emits the `"abort"` event.
0 commit comments