From 89a9b974404e4debd1de5198f2dba241aa4a5516 Mon Sep 17 00:00:00 2001 From: Anupama Codippily <47591753+AnupamaCodippily@users.noreply.github.com> Date: Wed, 23 Mar 2022 22:36:34 +0530 Subject: [PATCH] doc: fix typo in async_context.md PR-URL: https://github.com/nodejs/node/pull/42444 Reviewed-By: Rich Trott Reviewed-By: Michael Dawson Reviewed-By: Tierney Cyren Reviewed-By: Mestery --- doc/api/async_context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/async_context.md b/doc/api/async_context.md index e8011a75d1db1c..70144b6d323740 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()`