Skip to content

Commit eb08afd

Browse files
RaisinTendanielleadams
authored andcommitted
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>
1 parent 48ce1eb commit eb08afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/globals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ added: v15.0.0
7474

7575
The `'abort'` event is emitted when the `abortController.abort()` method
7676
is called. The callback is invoked with a single object argument with a
77-
single `type` propety set to `'abort'`:
77+
single `type` property set to `'abort'`:
7878

7979
```js
8080
const ac = new AbortController();

0 commit comments

Comments
 (0)