We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ce1eb commit eb08afdCopy full SHA for eb08afd
doc/api/globals.md
@@ -74,7 +74,7 @@ added: v15.0.0
74
75
The `'abort'` event is emitted when the `abortController.abort()` method
76
is called. The callback is invoked with a single object argument with a
77
-single `type` propety set to `'abort'`:
+single `type` property set to `'abort'`:
78
79
```js
80
const ac = new AbortController();
0 commit comments