We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb6a3e commit 39eeaa5Copy full SHA for 39eeaa5
doc/api/async_context.md
@@ -114,7 +114,7 @@ http.get('http://localhost:8080');
114
115
Each instance of `AsyncLocalStorage` maintains an independent storage context.
116
Multiple instances can safely exist simultaneously without risk of interfering
117
-with each other data.
+with each other's data.
118
119
### `new AsyncLocalStorage()`
120
0 commit comments