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>
This commit is contained in:
Daeyeon Jeong
2022-06-10 17:24:50 +09:00
committed by GitHub
parent 595ce9dac6
commit cb7e854c77

View File

@@ -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