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()`