From cb7e854c776d366fed74ec3edf082aea0e723a6f Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Fri, 10 Jun 2022 17:24:50 +0900 Subject: [PATCH] doc: fix typo in globals.md Use apostrophe for possessive. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: https://github.com/nodejs/node/pull/43365 Reviewed-By: Colin Ihrig Reviewed-By: Darshan Sen Reviewed-By: Akhil Marsonya Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca --- 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 912bccb20f1840..82e91167b2fb34 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -60,7 +60,7 @@ changes: description: Added the new optional reason argument. --> -* `reason` {any} An optional reason, retrievable on the `AbortSignal`s +* `reason` {any} An optional reason, retrievable on the `AbortSignal`'s `reason` property. Triggers the abort signal, causing the `abortController.signal` to emit