Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#70939 @types/node: Fix typo in worker_thre…
Browse files Browse the repository at this point in the history
…ads.d.ts by @benwaffle
  • Loading branch information
benwaffle authored Oct 25, 2024
1 parent 286e356 commit 803a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/node/worker_threads.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 803a343

Please sign in to comment.