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 ec7e5bc commit 2959c65Copy full SHA for 2959c65
doc/api/globals.md
@@ -83,7 +83,7 @@ added: REPLACEME
83
84
The `'abort'` event is emitted when the `abortController.abort()` method
85
is called. The callback is invoked with a single object argument with a
86
-single `type` propety set to `'abort'`:
+single `type` property set to `'abort'`:
87
88
```js
89
const ac = new AbortController();
0 commit comments