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:
authorDaeyeon Jeong <daeyeon.dev@gmail.com>2022-06-10 11:24:50 +0300
committerGitHub <noreply@github.com>2022-06-10 11:24:50 +0300
commitcb7e854c776d366fed74ec3edf082aea0e723a6f (patch)
tree61080c736ed997b137c1805a455eb9c7bb2ae8e0
parent595ce9dac63cdd32d893c3319328a752719644d2 (diff)
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 <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-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 912bccb20f1..82e91167b2f 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