Skip to content

Commit

Permalink
doc: fix typo in globals.md
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion doc/api/globals.md
Expand Up @@ -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();
Expand Down

0 comments on commit 2959c65

Please sign in to comment.