FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fix typo in async_context.md · nodejs/node@5869275 · GitHub

/ node Public

Commit 5869275

Browse files
authored andcommitted
doc: fix typo in async_context.md
PR-URL: #42444 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 48bd9fa commit 5869275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎doc/api/async_context.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ http.get('http://localhost:8080');
114114

115115
Each instance of `AsyncLocalStorage` maintains an independent storage context.
116116
Multiple instances can safely exist simultaneously without risk of interfering
117-
with each other data.
117+
with each other's data.
118118

119119
### `new AsyncLocalStorage()`
120120

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL