Skip to content

Commit 26d5e58

Browse files
AnupamaCodippilyjuanarbol
authored andcommitted
doc: fix typo in async_context.md
PR-URL: #42444 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 41b353d commit 26d5e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/async_context.md

+1-1
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)