From 2959c65632fb81170973ec0cb5e81d8d081760c9 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 10035cfb75f5e5..0f84a868805c1b 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -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();