Skip to content

Commit e387269

Browse files
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 aea4e1f commit e387269

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)