X Tutup
The Wayback Machine - https://web.archive.org/web/20230217011849/https://github.com/nodejs/node/commit/2959c65632
Skip to content
Permalink
Browse files
doc: fix typo in globals.md
PR-URL: #37228
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
RaisinTen authored and targos committed May 1, 2021
1 parent ec7e5bc commit 2959c65
Showing 1 changed file with 1 addition and 1 deletion.
@@ -83,7 +83,7 @@ added: REPLACEME

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();

0 comments on commit 2959c65

Please sign in to comment.
X Tutup