Skip to content

Commit 2959c65

Browse files
RaisinTentargos
authored andcommittedMay 1, 2021
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 ec7e5bc commit 2959c65

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
@@ -83,7 +83,7 @@ added: REPLACEME
8383

8484
The `'abort'` event is emitted when the `abortController.abort()` method
8585
is called. The callback is invoked with a single object argument with a
86-
single `type` propety set to `'abort'`:
86+
single `type` property set to `'abort'`:
8787

8888
```js
8989
const ac = new AbortController();

0 commit comments

Comments
 (0)
Please sign in to comment.