mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user