diff --git a/doc/api/globals.md b/doc/api/globals.md index 11b7ffa6388eb2..6144c662a22821 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -74,7 +74,7 @@ added: v15.0.0 The `'abort'` event is emitted when the `abortController.abort()` method is called. The callback is invoked with a single object argument with a -single `type` propety set to `'abort'`: +single `type` property set to `'abort'`: ```js const ac = new AbortController();