From 803a343d3c83d0419b93fd205940bbb7284d471c Mon Sep 17 00:00:00 2001 From: Ben Iofel <1713819+benwaffle@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:39:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#70939=20@types/nod?= =?UTF-8?q?e:=20Fix=20typo=20in=20worker=5Fthreads.d.ts=20by=20@benwaffle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/node/worker_threads.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/node/worker_threads.d.ts b/types/node/worker_threads.d.ts index 50e5c3394b0285..429239dcc064c2 100644 --- a/types/node/worker_threads.d.ts +++ b/types/node/worker_threads.d.ts @@ -267,7 +267,7 @@ declare module "worker_threads" { trackUnmanagedFds?: boolean | undefined; /** * An optional `name` to be appended to the worker title - * for debuggin/identification purposes, making the final title as + * for debugging/identification purposes, making the final title as * `[worker ${id}] ${name}`. */ name?: string | undefined;