Skip to content

Commit 1e2bcb1

Browse files
Update async_context.md
1 parent 9680d7d commit 1e2bcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/async_context.md

Lines changed: 1 addition & 1 deletion
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)