From 3b3632054001639bcaf12a9bd579e45fc485bbf9 Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Thu, 4 Feb 2021 19:24:51 +0530 Subject: [PATCH] doc: fix typo in globals.md PR-URL: https://github.com/nodejs/node/pull/37228 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: Zijian Liu Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/globals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index 11b7ffa6388eb2..6144c662a22821 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();