From e6b823d84ac2382bc2d863a8c9de437590ea20d5 Mon Sep 17 00:00:00 2001 From: Leko Date: Tue, 27 Feb 2018 01:06:50 +0900 Subject: [PATCH] doc: remove redundant `the` PR-URL: https://github.com/nodejs/node/pull/19008 Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Gus Caplan Reviewed-By: James M Snell Reviewed-By: Evan Lucas --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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