diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 0259bd4625cee1..8b38a7863ccd94 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -882,7 +882,7 @@ Type: Runtime Users of `MakeCallback` that add the `domain` property to carry context, should start using the `async_context` variant of `MakeCallback` or -`CallbackScope`, or the the high-level `AsyncResource` class. +`CallbackScope`, or the high-level `AsyncResource` class. ### DEP0098: AsyncHooks Embedder AsyncResource.emit{Before,After} APIs