Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnupama Codippily <47591753+AnupamaCodippily@users.noreply.github.com>2022-03-23 20:06:34 +0300
committerGitHub <noreply@github.com>2022-03-23 20:06:34 +0300
commite387269586152ec285c6f98c49cfc7dc2eb276fb (patch)
tree92e0d506ad42696701e0da57f4ab9d944cb822a5 /doc
parentaea4e1f0bd708f5754db785cf044f457fe5f8243 (diff)
doc: fix typo in async_context.md
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/async_context.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/async_context.md b/doc/api/async_context.md
index e8011a75d1d..70144b6d323 100644
--- a/doc/api/async_context.md
+++ b/doc/api/async_context.md
@@ -114,7 +114,7 @@ http.get('http://localhost:8080');
Each instance of `AsyncLocalStorage` maintains an independent storage context.
Multiple instances can safely exist simultaneously without risk of interfering
-with each other data.
+with each other's data.
### `new AsyncLocalStorage()`