Skip to content

Commit cb7e854

Browse files
authored
doc: fix typo in globals.md
Use apostrophe for possessive. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: nodejs#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>
1 parent 595ce9d commit cb7e854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ changes:
6060
description: Added the new optional reason argument.
6161
-->
6262

63-
* `reason` {any} An optional reason, retrievable on the `AbortSignal`s
63+
* `reason` {any} An optional reason, retrievable on the `AbortSignal`'s
6464
`reason` property.
6565

6666
Triggers the abort signal, causing the `abortController.signal` to emit

0 commit comments

Comments
 (0)