Skip to content

Commit

Permalink
doc: fix typo in globals.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
daeyeon committed Jun 10, 2022
1 parent 595ce9d commit cb7e854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb7e854

Please sign in to comment.