Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Sen <raisinten@gmail.com>2021-02-04 16:54:51 +0300
committerJames M Snell <jasnell@gmail.com>2021-02-04 21:48:26 +0300
commit3b3632054001639bcaf12a9bd579e45fc485bbf9 (patch)
treeff47824b1077c9fb6bfa86480b70fa26ac7a7ea9 /doc/api/globals.md
parentc148c3a0088063da915f7694b026701bfd38845f (diff)
doc: fix typo in globals.md
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r--doc/api/globals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 11b7ffa6388..6144c662a22 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();