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>
This commit is contained in:
Anupama Codippily
2022-03-23 22:36:34 +05:30
committed by GitHub
parent aea4e1f0bd
commit e387269586

View File

@@ -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()`